/// export * from '../../Drawer@touch-phone'; export declare const Drawer: import("react").StatelessComponent<{ onClose?: (() => void) | undefined; onCloseEnd?: (() => void) | undefined; titleComponent?: import("react").ReactNode; dragDisabled?: boolean | undefined; nested?: boolean | undefined; direction?: "left" | "right" | "bottom" | undefined; maxSize?: string | undefined; animation?: import("../../Drawer").IDrawerAnimationParams | undefined; className?: string | undefined; innerRef?: import("react").RefObject | ((instance: HTMLDivElement | null) => void) | null | undefined; visible?: boolean | undefined; zIndex?: number | undefined; keepMounted?: boolean | undefined; scope?: import("react").RefObject | "inplace" | undefined; children?: import("react").ReactNode; } & import("../../_view/Drawer_view_default").IDrawerViewDefaultProps>;