declare const inputGroupStyles: { base: (props?: ({ size?: "sm" | "md" | "lg" | "xs" | null | undefined; radius?: "none" | "sm" | "base" | "md" | "lg" | "full" | null | undefined; shadow?: "none" | "sm" | "base" | "md" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; text: (props?: ({ size?: "sm" | "md" | "lg" | "xs" | null | undefined; tone?: "solid" | "light" | "transparent" | null | undefined; radius?: "none" | "sm" | "base" | "md" | "lg" | "full" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; }; export { inputGroupStyles }; //# sourceMappingURL=InputGroup.styles.d.ts.map