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