import { z } from 'zod'; export declare namespace KottiLoading { const propsSchema: z.ZodObject<{ type: z.ZodDefault>; }, "strip", z.ZodTypeAny, { type: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square"; }, { type?: "circle" | "rectangle" | "rectangle-lg" | "rectangle-md" | "rectangle-sm" | "square" | undefined; }>; type Props = z.input; type PropsInternal = z.output; }