import React from 'react'; export interface ICheckboxProps { name: string; fullWidth?: boolean; title?: string; required?: boolean; } export declare const Checkbox: React.FC; //# sourceMappingURL=index.d.ts.map