/// <reference types="react" />
export declare const SwitchButton: ({ ...props }: React.InputHTMLAttributes<HTMLInputElement>) => JSX.Element;
