import * as React from 'react'; export declare const Checkbox: React.SFC<{ fill: string; }>;