export declare const DIALOG_SENTIMENTS: ("danger" | "primary" | "success" | "warning")[]; export type DialogSentiment = (typeof DIALOG_SENTIMENTS)[number]; //# sourceMappingURL=constants.d.ts.map