import { UserPreferences } from '@m4l/core'; import { Formatters } from '@m4l/graphics'; import { BaseModuleProps, WindowToolsMF } from '@m4l/components'; export interface ByHostProps { formatters: Formatters; userPreferences: UserPreferences; windowTools: WindowToolsMF; } export interface MFNoAuthAppProps extends ByHostProps, BaseModuleProps { /** * @deprecated Do not use. It no longer affects no-auth shell responsiveness. */ observedDivRef?: Element | Text | null; } //# sourceMappingURL=types.d.ts.map