import { TSizeSettings } from '../../../types/TSizeSettings'; import { TTypographyVariants } from '../../../types/TTypographyVariants'; import { TThemeArrayOrValueCSS } from '../../../design/designFunctions/arrayToCssValues'; type TSizeObj = { fontSize: TTypographyVariants; padding: TThemeArrayOrValueCSS; }; export declare const sizeSettings: TSizeSettings; export {};