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