import { DrawerModel } from './DrawerV2.types';
declare const DrawerV2: ({ variant, direction, animation, backgroundColor, boxShadow, padding, border, width, mainContainerProps, contentProps, ...props }: DrawerModel) => import("react/jsx-runtime").JSX.Element;
export default DrawerV2;
