declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
    description: {
        type: StringConstructor;
        default: string;
    };
    size: {
        type: StringConstructor;
        default: string;
    };
    options: {
        type: ObjectConstructor;
        default: {};
    };
    type: {
        type: StringConstructor;
        default: string;
    };
    isMarkLine: {
        type: BooleanConstructor;
        default: boolean;
    };
    dbOptions: {
        type: ObjectConstructor;
        default: {};
    };
}>, {
    props: any;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
    type: string;
    size: string;
    options: Record<string, any>;
    description: string;
    dbOptions: Record<string, any>;
    isMarkLine: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;
