export declare const dialogDeviceType: readonly ["mobile", "desktop"];
export type DialogDeviceType = (typeof dialogDeviceType)[number];
