declare const textStyles: { base: (props?: ({ color?: "white" | "blue" | "red" | "green" | "yellow" | "purple" | "gray" | "dark" | "black" | null | undefined; leading?: "none" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "tight" | "normal" | "snug" | "relaxed" | "loose" | null | undefined; size?: "sm" | "base" | "lg" | "xl" | "xs" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | null | undefined; tracking?: "tight" | "normal" | "tighter" | "wide" | "wider" | "widest" | null | undefined; weight?: "black" | "light" | "bold" | "thin" | "extraLight" | "normal" | "medium" | "semiBold" | "extraBold" | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; }; export { textStyles }; //# sourceMappingURL=Text.styles.d.ts.map