import { ComponentFieldProps } from './types'; export declare function ComponentField({ store, name }: ComponentFieldProps): JSX.Element;