import type React from "react";
export interface LegacyDialogTitleProps {
    className?: string;
    children: React.ReactNode;
}
export declare function LegacyDialogTitle({ className, children }: LegacyDialogTitleProps): import("react/jsx-runtime").JSX.Element;
