import { FancyPill } from '../../atoms/FancyPill'; import { sizesSettings } from './sizeSettings'; import { TFancyPill } from '../../atoms/FancyPill/TFancyPill.model'; import { TTheme } from '../../../types'; type TStyledChip = TFancyPill & { $sizeC: keyof typeof sizesSettings; theme: TTheme; }; export declare const StyledChip: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, TStyledChip>> & string & Omit>; export {};