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