import { RuntimeColsConfig } from '../composables/useTableColums'; type __VLS_Props = { depth?: number; }; type __VLS_PublicProps = { 'columns': RuntimeColsConfig; } & __VLS_Props; declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:columns": (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:columns"?: ((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, { listRef: HTMLDivElement; }, HTMLDivElement>; export default _default;