export declare function useFormProviderProps(): {
    form: import("@tachybase/schema").Form<any>;
};
export declare function DrawerFormProvider(props: any): import("react/jsx-runtime").JSX.Element;
