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