/// <reference types="react" />
import { OffcanvasProps } from '..';
export declare function Offcanvas({ title, position, backdrop, allowClickAway, allowEsc, allowScroll, className, styles, children }: OffcanvasProps): JSX.Element;
