import { ExtractPropTypes } from 'vue';
export declare const toolboxProps: {
    id: {
        type: StringConstructor;
        default: string;
    };
    dragula: {
        type: ObjectConstructor;
    };
};
export type ToolboxPropsType = ExtractPropTypes<typeof toolboxProps>;
