import { BaseDrawerFormProps, BaseDrawerFormRefMethods } from './types';
export declare const BaseDrawerForm: import('react').ForwardRefExoticComponent<BaseDrawerFormProps & import('react').RefAttributes<BaseDrawerFormRefMethods>>;
