import { CSSProp } from 'styled-components'; import { TTheme } from '../../../types/TTheme'; import { TLayer } from '../../../types/TLayer'; import { TComponentSizes } from '../../../types/TComponentSizes'; import { TUiColorsNotTransparent } from '../../../types/TUiColorsNotTransparent'; import { TThemeArrayOrValueCSS } from '../../../design/designFunctions/arrayToCssValues'; export declare const WrapperListInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, { $externalStyle?: CSSProp; }>> & string; export declare const StyledFancySearchBar: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLDivElement>, never>> & string; export declare const WrapperList: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, TWrapperListInput & { $width?: string; }>> & string; type TWrapperListInput = { theme: TTheme; $sizeC: TComponentSizes; $borderRadius?: TThemeArrayOrValueCSS; $themeType: TUiColorsNotTransparent; $layer: TLayer; }; export declare const Background: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, TWrapperListInput>> & string; export {};