declare const switchStyles: { base: (props?: ({ size?: "sm" | "md" | "lg" | "xl" | null | undefined; color?: "blue" | "red" | "green" | "yellow" | "purple" | "gray" | "dark" | "black" | null | undefined; radius?: "none" | "sm" | "base" | "md" | "lg" | "full" | null | undefined; state?: "active" | "inactive" | null | undefined; withRing?: boolean | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; description: (props?: ({ size?: "sm" | "md" | "lg" | "xl" | null | undefined; disabled?: boolean | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; error: (props?: ({ size?: "sm" | "md" | "lg" | "xl" | null | undefined; disabled?: boolean | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; inner: (props?: ({ size?: "sm" | "md" | "lg" | "xl" | null | undefined; radius?: "none" | "sm" | "base" | "md" | "lg" | "full" | null | undefined; state?: "active" | "inactive" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; label: (props?: ({ size?: "sm" | "md" | "lg" | "xl" | null | undefined; disabled?: boolean | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; }; export { switchStyles }; //# sourceMappingURL=Switch.styles.d.ts.map