interface LabelProps { disabled?: boolean; } export declare const Label: import("styled-components").StyledComponent<"label", any, LabelProps, never>; interface SwitchProps { large?: boolean; checked?: boolean; theme: Object; } export declare const Switch: import("styled-components").StyledComponent<"span", any, SwitchProps, never>; export declare const StyledInput: import("styled-components").StyledComponent<"input", any, {}, never>; export {};