import React from "react"; import type { PropsWithChildren } from "react"; export declare function SideDrawerTitle({ children }: Required): React.ReactPortal | null;