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