import React from 'react'; import { DrawerProps as AntDrawerProps } from 'antd'; import './styles.scss'; export declare type DrawerProps = { cacheId?: string; draggable?: boolean; children?: React.ReactNode; } & AntDrawerProps; declare const _default: React.NamedExoticComponent; export default _default;