import React from 'react';
import type { ComponentProps } from '..';
declare const DrawerWrapper: React.MemoExoticComponent<({ instance }: ComponentProps) => React.JSX.Element>;
export default DrawerWrapper;
