import { RuntimeColsConfig } from '../composables/useTableColums.js'; type __VLS_Props = { depth: number; index: number; }; type __VLS_PublicProps = { 'column': RuntimeColsConfig[number]; } & __VLS_Props; declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:column": (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; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:column"?: ((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; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;