import React, { PropsWithChildren } from "react";
export interface DialogTitleProps {
    className?: string;
    disableDefaultHeading?: boolean;
}
export declare const DialogTitle: {
    ({ children, className, disableDefaultHeading, ...rest }: PropsWithChildren<DialogTitleProps>): React.JSX.Element;
    displayName: string;
};
//# sourceMappingURL=DialogTitle.d.ts.map