import { RuntimeColsConfig } from '../composables/useTableColums'; type __VLS_Props = { resetColumnsConfig: () => void; }; type __VLS_PublicProps = { 'columnsConfig': RuntimeColsConfig; 'show': boolean; } & __VLS_Props; declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:columnsConfig": (value: ({ key: string; visible: boolean; order: number; label?: string | import('zod/v4/core').$InferOuterFunctionType | undefined; fixed?: "left" | "right" | undefined; condition?: import('zod/v4/core').$InferOuterFunctionType | undefined; } & { children: ({ key: string; visible: boolean; order: number; label?: string | import('zod/v4/core').$InferOuterFunctionType | undefined; fixed?: "left" | "right" | undefined; condition?: import('zod/v4/core').$InferOuterFunctionType | undefined; } & /*elided*/ any)[]; })[]) => any; "update:show": (value: boolean) => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:columnsConfig"?: ((value: ({ key: string; visible: boolean; order: number; label?: string | import('zod/v4/core').$InferOuterFunctionType | undefined; fixed?: "left" | "right" | undefined; condition?: import('zod/v4/core').$InferOuterFunctionType | undefined; } & { children: ({ key: string; visible: boolean; order: number; label?: string | import('zod/v4/core').$InferOuterFunctionType | undefined; fixed?: "left" | "right" | undefined; condition?: import('zod/v4/core').$InferOuterFunctionType | undefined; } & /*elided*/ any)[]; })[]) => any) | undefined; "onUpdate:show"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;