import { FC, PropsWithChildren } from "react";
export declare const DrawerTrigger: FC<PropsWithChildren<unknown>>;
