import React from 'react'; import { BsPrefixAndClassNameOnlyProps, BsPrefixRefForwardingComponent } from './helpers'; export interface FormRangeProps extends BsPrefixAndClassNameOnlyProps, React.InputHTMLAttributes { } declare const FormRange: BsPrefixRefForwardingComponent<'input', FormRangeProps>; export default FormRange;