import * as React from "react";
import type { Props } from "./types";
declare const Switch: ({ onChange, checked, dataTest, id, icon, onBlur, onFocus, disabled, ariaControls, ariaLabel, ariaLabelledby, ref, }: Props) => React.JSX.Element;
export default Switch;
//# sourceMappingURL=index.d.ts.map