interface Header { value: string; show: boolean; text?: string; locale?: string | string[]; } type __VLS_Props = { headers: Header[]; staticHeaders?: string[]; enableSearch?: boolean; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (headers: Header[]) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onChange?: (headers: Header[]) => any; }>, { staticHeaders: string[]; enableSearch: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;