/// type TProps = { isActive?: boolean; onClick?: () => void; }; declare const SwitchControlSvg: (props: TProps) => JSX.Element; export default SwitchControlSvg;