import { TActiveSwitchIndicator } from './TSwitchActiveindicator.model'; import { TTheme } from '../../../types/TTheme'; import { TStyledPrefixAndPicker } from '../../../types/TStyledPrefixAndPicker'; export declare const ActiveSwitchIndicator: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLSpanElement>, {} & { $type?: "underline" | "bolb" | "topline" | "leftline" | "rightline" | undefined; $themeType?: import('../../../types').TUiColorsNotTransparent | undefined; $layer?: import('../../../types').TLayer | undefined; $borderRadius?: import('../../../../lib').TThemeArrayOrValueCSS | undefined; $outlined?: boolean | undefined; $indicatorWidth?: string | undefined; $indicatorHeight?: string | undefined; } & { theme?: TTheme; }>> & string; type IWrapper = TStyledPrefixAndPicker; export declare const Wrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLElement>, IWrapper>> & string; export {};