import React from 'react'; import { GenericComponentType } from '../../types'; export type ISwitchComponentType = GenericComponentType; export declare const Switch: ISwitchComponentType & React.RefAttributes>>;