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