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