import type { ThemeVariant } from '../../types/theme.types'; import type { IconSet } from '../../types/icon.types'; /** * The built-in icon pack for each theme variant. * * Each pack covers only the glyphs that carry its theme's identity — stroke * weight, corner treatment and fill style are what make Ion, Neon, Photon and * Quantum read as different products. Every other name resolves through to * `coreIcons`, so adding a new icon to the grid does not oblige anyone to draw * it four times. * * Follows the same import-then-collect shape as `styles/base-styles.ts`, so the * set of variants is declared in exactly one place per concern. */ export declare const variantIconSets: Readonly>; //# sourceMappingURL=variant-icon-sets.d.ts.map