import { FormProps } from './interfaces'; export { FormProps }; export default function Form(props: FormProps): JSX.Element; //# sourceMappingURL=index.d.ts.map