import { WithStyle } from '@medly-components/utils'; import { FieldWithLabelProps, StaticProps } from './types'; import type { FC } from 'react'; export declare const FieldWithLabel: FC & WithStyle & StaticProps;