import { TTheme } from '../../../../types/TTheme'; import { TStyledPrefixAndPicker } from '../../../../types/TStyledPrefixAndPicker'; import { TActiveSwitchIndicator } from '../TSwitchActiveindicator.model'; type IGenerateLine = TStyledPrefixAndPicker & { theme: TTheme; }; export declare const generateUnderline: ({ theme, $themeType, $layer, $indicatorHeight, $indicatorWidth, }: IGenerateLine) => import('styled-components').RuleSet; export declare const generateTopline: ({ theme, $themeType, $layer, $indicatorHeight, $indicatorWidth, }: IGenerateLine) => import('styled-components').RuleSet; export declare const generateLeftLine: ({ theme, $themeType, $layer, $indicatorHeight, $indicatorWidth, }: IGenerateLine) => import('styled-components').RuleSet; export declare const generateRightLine: ({ theme, $themeType, $layer, $indicatorHeight, $indicatorWidth, }: IGenerateLine) => import('styled-components').RuleSet; export {};