import { FC, PropsWithChildren, PropsWithRef } from 'react'; import { FormProps } from './form.types'; export declare const Form: FC>>; export * from './form.types';