import { VNode } from 'vue'; import { CellSlotProps, EditorSlotProps } from './slot-types'; declare const _default: (__VLS_props: NonNullable>["props"], __VLS_ctx?: __VLS_PrettifyLocal>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable>["expose"], __VLS_setup?: Promise<{ props: __VLS_PrettifyLocal & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, never> & { /** Type name that columns reference through `type`. */ name: string; /** Optional params surfaced as typeDefault.* in template expressions. */ params?: Record; } & Partial<{}>> & import('vue').PublicProps; expose(exposed: import('vue').ShallowUnwrapRef<{}>): void; attrs: any; slots: Readonly<{ /** Type-level cell renderer slot. */ cell?: (props: CellSlotProps) => VNode[]; /** Type-level cell editor slot. Requires the editing feature/plugin. */ editor?: (props: EditorSlotProps) => VNode[]; }> & { /** Type-level cell renderer slot. */ cell?: (props: CellSlotProps) => VNode[]; /** Type-level cell editor slot. Requires the editing feature/plugin. */ editor?: (props: EditorSlotProps) => VNode[]; }; emit: {}; }>) => import('vue').VNode & { __ctx?: Awaited; }; export default _default; type __VLS_PrettifyLocal = { [K in keyof T]: T[K]; } & {}; //# sourceMappingURL=TbwGridType.vue.d.ts.map