import { FormRowTyped } from ".."; export interface Switch extends FormRowTyped { label: string; } declare global { function createSwitch(info: Switch): Switch; }