import { SwitchProps } from '../../types/components/switch.types';
declare const Switch: {
    ({ children, color, ...props }: SwitchProps): import("react/jsx-runtime").JSX.Element;
    displayName: string;
};
export default Switch;
