export declare const DialogAppearances: readonly ["information", "positive", "negative", "warning"]; export type DialogAppearance = typeof DialogAppearances[number]; export declare const dialogIconAriaLabels: Record; export declare const DialogSizes: readonly ["sm", "md", "lg", "xl", "full"]; export type DialogSize = typeof DialogSizes[number];