import { default as React } from 'react'; import { DrawerProps } from '@mantine/core'; export interface MobileDrawerProps extends Omit { title?: React.ReactNode; } export declare const MobileDrawer: React.FC; //# sourceMappingURL=index.d.ts.map