import type { RuleSet } from 'styled-components'; import type { TTextVariants } from './types'; export declare const variants: { [key in TTextVariants]: RuleSet; }; //# sourceMappingURL=constants.d.ts.map