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