/// export interface IToggleProps { init?: boolean; } export declare const Toggle: React.StatelessComponent; export declare const withToggle: any;