import { TStyledPrefixAndPicker } from '../../../types/TStyledPrefixAndPicker'; import { TTheme } from '../../../types/TTheme'; import { TGenerateThemeForCardProps } from '../../../design/designFunctions/generateThemeForCard'; type IChipContainer = TStyledPrefixAndPicker & { theme: TTheme; }; export declare const InputLi: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLLIElement>, IChipContainer>> & string; export {};