import { ExtractPropTypes } from 'vue';
export declare const drawerToolbarItemDesignProps: Record<string, any>;
export type DrawerToolbarItemDesignProps = ExtractPropTypes<typeof drawerToolbarItemDesignProps>;
export declare const drawerToolbarItemDesignResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
export declare const drawerToolbarDesignProps: Record<string, any> & {
    componentId: {
        type: StringConstructor;
        default: string;
    };
};
export type DrawerToolbarDesignProps = ExtractPropTypes<typeof drawerToolbarDesignProps>;
export declare const drawerToolbarDesignResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
