export default Switch;
declare function Switch({
  active,
  label,
  offText,
  onText,
  onChange
}: {
  active?: boolean;
  label?: string;
  offText?: boolean;
  onText?: boolean;
  onChange?: function;
}): JSX.Element;

//# sourceMappingURL=index.d.ts.map
