/** * Reads the density setting from theme and localStorage on mount and sets it in the store. * * Priority: localStorage (user preference) > theme.dashboards.density > "comfortable" * * @internal */ export declare function DensityInitializer(): null; //# sourceMappingURL=DensityInitializer.d.ts.map