import type React from 'react';
import { BoxProps } from '@mui/material';
declare const Form: React.FC<BoxProps>;
export default Form;
//# sourceMappingURL=form.d.ts.map