declare let __VLS_typeProps: {
    option?: any;
    columns?: any;
};
declare const __VLS_defaults: {
    modelValue: never[];
};
type __VLS_PublicProps = {
    modelValue?: typeof __VLS_defaults['modelValue'];
} & typeof __VLS_typeProps;
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    'update:modelValue': (modelValue: never[]) => any;
}, string, import("vue").PublicProps, Readonly<{
    modelValue?: (typeof __VLS_defaults)["modelValue"];
} & {
    option?: any;
    columns?: any;
} & {
    "onUpdate:modelValue"?: ((modelValue: never[]) => any) | undefined;
}>, {
    columns: any;
    option: any;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
export default _default;
