import React from "react"; type DialogTitleProps = React.HTMLAttributes; /** * @see 🏷️ {@link DialogTitleProps} * @example * ```jsx * * * * Dialog title * * * * ``` */ declare const DialogTitle: React.ForwardRefExoticComponent>; export { DialogTitle }; export type { DialogTitleProps };