export declare const sprinklesLegacyText: ((props: { color?: "link" | "white" | "success" | "danger" | "warning" | "light" | "neutral" | "primary" | "brand" | "secondary" | "shine" | "information" | "dark" | "muted" | "unset" | undefined; }) => string) & { properties: Set<"color">; }; export type LegacyTextColours = Parameters[0]['color']; export declare const common: string; //# sourceMappingURL=typography.css.d.ts.map