import { Theme } from '../../utils/theme'; type StyledSwitchPeriodComparativeProps = { theme: Theme; }; declare const StyledSwitchPeriodComparative: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, StyledSwitchPeriodComparativeProps>> & string; export { StyledSwitchPeriodComparative };