import type { ValuesOf } from "@microsoft/fast-foundation"; /** * Dialog modal type * @public */ export declare const DialogTypes: { readonly modal: "modal"; readonly nonModal: "non-modal"; readonly alert: "alert"; }; export type DialogType = ValuesOf; //# sourceMappingURL=dialog.options.d.ts.map