import React from 'react'; import { ICustomSwitcherProps } from './CustomSwitcher.types'; export declare const CustomSwitcher: React.FC;