import React from 'react';
import { IDrawerUncontrolled } from './types/drawer';
declare const DrawerUnControlled: <V extends string | unknown>(props: IDrawerUncontrolled<V> & {
    ref?: React.ForwardedRef<HTMLDivElement> | undefined | null;
}) => JSX.Element;
export { DrawerUnControlled };
export { DrawerUnControlled as Drawer };
