import type { IconDefinition } from '../internals/index.js'; export declare const happyFaceIcon: { name: string; viewBox: number; type: { default: string; solid: string; }; }; declare module '@blueprintui/icons' { interface IconRegistry { ['happy-face']: IconDefinition; } }