import { FormFieldProps } from './interfaces'; export { FormFieldProps }; export default function FormField({ stretch, ...props }: FormFieldProps): JSX.Element;