import * as React from "react"; interface props { name: string; label: string; control: any; [key: string]: any; } declare const Switch: React.FC; export { Switch };