import { ModuleExport } from './moduleExport.generated.js'; import { z } from 'zod'; export type TableColumnItem = { id: string; accessorPath: Array; formatter: ModuleExport; label: string; }; export declare const tableColumnItem: z.ZodObject<{ id: z.ZodString; accessorPath: z.ZodArray; formatter: z.ZodObject<{ exportPath: z.ZodString; exportName: z.ZodString; }, z.core.$strip>; label: z.ZodString; }, z.core.$strip>; //# sourceMappingURL=tableColumnItem.generated.d.ts.map