import React from 'react';
import { IDrawerStandAlone } from './types/drawer';
export declare const DrawerStandAlone: React.ForwardRefExoticComponent<IDrawerStandAlone & React.RefAttributes<HTMLDivElement>>;
