export declare const ICON_SIZES: readonly [12, 16, 20, 24]; export type IconSize = (typeof ICON_SIZES)[number]; export type IconManifestEntry = { sizes: readonly IconSize[]; }; export type IconManifest = Record;