import React from "react"; import { type ModalTopActionsProps } from "./ModalTopActions.types"; declare const ModalTopActions: ({ renderAction, theme, closeButtonAriaLabel, onClose }: ModalTopActionsProps) => React.JSX.Element; export default ModalTopActions;