import { TComponentSizes } from '../../../types/TComponentSizes'; import { TSizeSettings } from '../../../types/TSizeSettings'; import { TTypographyVariants } from '../../../types/TTypographyVariants'; type TSizeObj = { fontSizeTitle: TTypographyVariants; iconSize: TComponentSizes; }; export declare const sizeSettings: TSizeSettings; export {};