import { TTypographyVariants } from '../../../types/TTypographyVariants';
import { TSizeSettings } from '../../../types/TSizeSettings';
type TSizeObj = {
fontSize: TTypographyVariants;
};
export declare const sizeSettings: TSizeSettings<TSizeObj>;
export {};