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