import { TFancyPill } from './TFancyPill.model'; import { TStyledPrefixAndPicker } from '../../../types/TStyledPrefixAndPicker'; import { TTheme } from '../../../types/TTheme'; type ISytledFancyPill = TStyledPrefixAndPicker & { theme: TTheme; }; export declare const StyledFancyPill: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, ISytledFancyPill>> & string; export {};