/** * A list of Fluent UI icons, mapping a string ID and label to each icon component. * @type {Array<{id: string, label: string, icon: import('react').ComponentType}>} */ export declare const fluentLibraryIcons: Array<{ id: string; label: string; icon: import('react').ComponentType; }>; //# sourceMappingURL=LibraryData.d.ts.map