import * as React from 'react'; import { BsPrefixProps } from './helpers'; export interface FormCheckLabelProps extends React.LabelHTMLAttributes, BsPrefixProps { } declare const FormCheckLabel: React.ForwardRefExoticComponent>; export default FormCheckLabel;