import React from 'react'; import { BoxProps } from '@mantine/core'; export declare const DefaultForm: (props: BoxProps) => React.JSX.Element;