/**
 * @file xif-examples.ts
 * @description Example icons demonstrating XIF spec features
 *
 * Each example showcases a different capability:
 * - Simple stroke-only (check)
 * - Two-layer with bold knockout (home)
 * - Composable with slots (file, shield)
 * - Animated (bell)
 * - Personality override (star)
 * - Bold geometry override (bell-override)
 */
import type { XIFIcon } from './xif-types';
export declare const xifCheck: XIFIcon;
export declare const xifHome: XIFIcon;
export declare const xifFile: XIFIcon;
export declare const xifShield: XIFIcon;
export declare const xifBell: XIFIcon;
export declare const xifStar: XIFIcon;
export declare const xifBellOverride: XIFIcon;
export declare const xifExamples: XIFIcon[];
//# sourceMappingURL=xif-examples.d.ts.map