import React from "react"; type DialogFooterProps = { children: React.ReactNode; sx?: any; }; declare const DialogCustomAction: React.ForwardRefExoticComponent>; export default DialogCustomAction;