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