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