import { type ReactNode } from "react"; export declare function MediaLibraryActions(): JSX.Element; interface MediaLibraryActionsContainerProps { children: ReactNode; actionContainer?: Element | null; } export declare function MediaLibraryActionsContainer(props: MediaLibraryActionsContainerProps): JSX.Element; export {};