import { type VariantProps } from 'class-variance-authority'; export declare const textStyle: (props?: ({ size?: "xs" | "sm" | "md" | "lg" | "xl" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type TextVariantProps = VariantProps; //# sourceMappingURL=styles.d.ts.map