import * as React from 'react'; declare type CheckboxContentProps = { label?: string; }; export declare const CheckboxContent: React.SFC; export {};