import * as React from 'react'; import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers'; export interface FormFloatingProps extends BsPrefixProps, React.HTMLAttributes { } declare const FormFloating: BsPrefixRefForwardingComponent<'div', FormFloatingProps>; export default FormFloating;