import { PopupLayout } from './parts/PopupLayout';
import * as React from "react";
export declare const Drawer: React.FC<React.PropsWithChildren<React.ComponentProps<typeof PopupLayout>> & {
    header?: React.ReactNode;
}>;
