import { z } from 'zod'; declare const ColumnsContainerPropsSchema: z.ZodObject<{ style: z.ZodNullable>; padding: z.ZodNullable>>; }, "strip", z.ZodTypeAny, { backgroundColor?: string | null | undefined; padding?: { top: number; bottom: number; right: number; left: number; } | null | undefined; }, { backgroundColor?: string | null | undefined; padding?: { top: number; bottom: number; right: number; left: number; } | null | undefined; }>>>; props: z.ZodNullable; }, "strip", z.ZodTypeAny, { childrenIds: string[]; }, { childrenIds: string[]; }>, z.ZodObject<{ childrenIds: z.ZodArray; }, "strip", z.ZodTypeAny, { childrenIds: string[]; }, { childrenIds: string[]; }>, z.ZodObject<{ childrenIds: z.ZodArray; }, "strip", z.ZodTypeAny, { childrenIds: string[]; }, { childrenIds: string[]; }>], null>; fixedWidths: z.ZodNullable>, z.ZodOptional>, z.ZodOptional>], null>>>; columnsCount: z.ZodNullable, z.ZodLiteral<3>]>>>; columnsGap: z.ZodNullable>; contentAlignment: z.ZodNullable>>; }, "strip", z.ZodTypeAny, { columns: [{ childrenIds: string[]; }, { childrenIds: string[]; }, { childrenIds: string[]; }]; fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined; columnsCount?: 2 | 3 | null | undefined; columnsGap?: number | null | undefined; contentAlignment?: "top" | "middle" | "bottom" | null | undefined; }, { columns: [{ childrenIds: string[]; }, { childrenIds: string[]; }, { childrenIds: string[]; }]; fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined; columnsCount?: 2 | 3 | null | undefined; columnsGap?: number | null | undefined; contentAlignment?: "top" | "middle" | "bottom" | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { style?: { backgroundColor?: string | null | undefined; padding?: { top: number; bottom: number; right: number; left: number; } | null | undefined; } | null | undefined; props?: { columns: [{ childrenIds: string[]; }, { childrenIds: string[]; }, { childrenIds: string[]; }]; fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined; columnsCount?: 2 | 3 | null | undefined; columnsGap?: number | null | undefined; contentAlignment?: "top" | "middle" | "bottom" | null | undefined; } | null | undefined; }, { style?: { backgroundColor?: string | null | undefined; padding?: { top: number; bottom: number; right: number; left: number; } | null | undefined; } | null | undefined; props?: { columns: [{ childrenIds: string[]; }, { childrenIds: string[]; }, { childrenIds: string[]; }]; fixedWidths?: [number | null | undefined, number | null | undefined, number | null | undefined] | null | undefined; columnsCount?: 2 | 3 | null | undefined; columnsGap?: number | null | undefined; contentAlignment?: "top" | "middle" | "bottom" | null | undefined; } | null | undefined; }>; export type ColumnsContainerProps = z.infer; export default ColumnsContainerPropsSchema; //# sourceMappingURL=ColumnsContainerPropsSchema.d.ts.map