import React from "react"; export interface DialogActionsProps { } declare const DialogActions: React.FC; export default DialogActions;