import { Form, IFormProps } from "@formily/core";
import { DrawerContent, DrawerProps } from "../elementPlus/useElDrawer";
import { PopupTitle } from "../__shared__/useCorePopup";
export declare function useFormilyDrawer(title: DrawerProps | PopupTitle, content: DrawerContent, options?: IFormProps<object>): (import("../__shared__/useCorePopup").IPopup<Form<object>, IFormProps<object>, PopupTitle | DrawerProps> | import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>)[];
