declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    attach: {
        type: import("vue").PropType<import("@/components").TdDrawerProps['attach']>;
    };
    closeOnOverlayClick: {
        type: BooleanConstructor;
        default: boolean;
    };
    destroyOnClose: BooleanConstructor;
    footer: {
        type: import("vue").PropType<import("@/components").TdDrawerProps['footer']>;
    };
    items: {
        type: import("vue").PropType<import("@/components").TdDrawerProps['items']>;
    };
    overlayProps: {
        type: import("vue").PropType<import("@/components").TdDrawerProps['overlayProps']>;
        default: () => {};
    };
    placement: {
        type: import("vue").PropType<import("@/components").TdDrawerProps['placement']>;
        default: import("@/components").TdDrawerProps['placement'];
        validator(val: import("@/components").TdDrawerProps['placement']): boolean;
    };
    showOverlay: {
        type: BooleanConstructor;
        default: boolean;
    };
    title: {
        type: import("vue").PropType<import("@/components").TdDrawerProps['title']>;
    };
    visible: BooleanConstructor;
    zIndex: {
        type: NumberConstructor;
    };
    onClose: import("vue").PropType<import("@/components").TdDrawerProps['onClose']>;
    onItemClick: import("vue").PropType<import("@/components").TdDrawerProps['onItemClick']>;
    onOverlayClick: import("vue").PropType<import("@/components").TdDrawerProps['onOverlayClick']>;
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("itemClick" | "overlayClick" | "update:visible")[], "itemClick" | "overlayClick" | "update:visible", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    attach: {
        type: import("vue").PropType<import("@/components").TdDrawerProps['attach']>;
    };
    closeOnOverlayClick: {
        type: BooleanConstructor;
        default: boolean;
    };
    destroyOnClose: BooleanConstructor;
    footer: {
        type: import("vue").PropType<import("@/components").TdDrawerProps['footer']>;
    };
    items: {
        type: import("vue").PropType<import("@/components").TdDrawerProps['items']>;
    };
    overlayProps: {
        type: import("vue").PropType<import("@/components").TdDrawerProps['overlayProps']>;
        default: () => {};
    };
    placement: {
        type: import("vue").PropType<import("@/components").TdDrawerProps['placement']>;
        default: import("@/components").TdDrawerProps['placement'];
        validator(val: import("@/components").TdDrawerProps['placement']): boolean;
    };
    showOverlay: {
        type: BooleanConstructor;
        default: boolean;
    };
    title: {
        type: import("vue").PropType<import("@/components").TdDrawerProps['title']>;
    };
    visible: BooleanConstructor;
    zIndex: {
        type: NumberConstructor;
    };
    onClose: import("vue").PropType<import("@/components").TdDrawerProps['onClose']>;
    onItemClick: import("vue").PropType<import("@/components").TdDrawerProps['onItemClick']>;
    onOverlayClick: import("vue").PropType<import("@/components").TdDrawerProps['onOverlayClick']>;
}>> & Readonly<{
    onItemClick?: (...args: any[]) => any;
    onOverlayClick?: (...args: any[]) => any;
    "onUpdate:visible"?: (...args: any[]) => any;
}>, {
    closeOnOverlayClick: boolean;
    destroyOnClose: boolean;
    overlayProps: import("@/overlay/type").TdOverlayProps;
    placement: "left" | "right";
    showOverlay: boolean;
    visible: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
