export interface SwitchProps { errored?: boolean; inline?: boolean; label: string; labelStyle?: any; width?: string; height?: string; } export {};