export declare class FluentIconsService { private _iconNames; constructor(); getAll: () => string[]; search: (query: string, startsWith?: boolean) => string[]; } //# sourceMappingURL=FluentIconsService.d.ts.map