import { ExtractPropTypes } from "vue";
export declare const drawerPropsDesignerProps: Record<string, any> & {
    componentId: {
        type: StringConstructor;
        default: string;
    };
    footerContentType: {
        type: StringConstructor;
        default: string;
    };
    customHeader: {
        type: BooleanConstructor;
        default: boolean;
    };
    showWrapperInCanvas: {
        type: BooleanConstructor;
        default: boolean;
    };
};
export type DrawerDesignerProps = ExtractPropTypes<typeof drawerPropsDesignerProps>;
