/// <reference types="react" />
export declare const ModalActions: ({ children }: {
    children: any;
}) => JSX.Element;
