import { RFormWithDrawerProps } from 'utils/types';
declare const RForm: React.FC<RFormWithDrawerProps>;
export { RForm };
