import { Drawer as AntdDrawer } from 'antd'; import React from 'react'; import type { Actions, IButtonType } from './shared'; export declare const Drawer: (props: React.ComponentProps & IButtonType & { actions: Actions; }) => React.JSX.Element;