import { PropsWithChildren } from 'react';
declare const DialogTitle: {
    ({ children }: PropsWithChildren<object>): import("react/jsx-runtime").JSX.Element;
    displayName: string;
};
export { DialogTitle };
