import type { IconDefinition } from '@blueprintui/icons/internals'; export declare const employeeIcon: { name: string; viewBox: number; type: { default: string; solid: string; }; }; declare module '@blueprintui/icons' { interface IconRegistry { ['employee']: IconDefinition; } }