/** @internal */ export declare function useNotificationMessages(props: { notificationEnabled: boolean; }): { headingText: string; infoText: string; };