import { ReactNode } from 'react'; export interface DrawerStackProps { children?: ReactNode | undefined; } export declare const DrawerStack: (props: DrawerStackProps) => import("react/jsx-runtime").JSX.Element;