import * as React from 'react'; declare type SwitcherContentProps = { checked?: boolean; disabled?: boolean; label?: string; }; export declare const SwitcherContent: React.SFC; export {};