Version: 0.0.10.0.20.0.30.0.40.1.00.1.20.1.30.1.40.1.50.2.00.2.10.2.20.3.00.3.11.0.01.0.11.0.21.0.31.0.51.0.62.0.02.0.12.1.02.2.02.2.12.2.22.2.32.2.42.2.52.2.62.2.73.0.0-beta.13.0.0-beta.23.0.0-beta.33.0.0-beta.43.0.0-beta.53.0.03.0.13.0.23.0.33.0.43.0.53.1.0-beta.13.1.03.2.03.2.13.2.23.3.03.4.03.5.03.6.0-beta13.6.0-beta23.6.03.6.13.7.03.8.03.9.03.10.03.11.04.0.04.1.04.2.04.3.04.3.14.4.04.6.04.7.14.8.04.8.1-snapshot.04.8.1-snapshot.14.8.1-snapshot.24.9.04.10.04.10.14.11.04.12.05.0.05.0.15.1.05.2.05.2.15.3.05.4.0
export interface IconManifestType {
id: string;
name: string;
projectUrl: string;
license: string;
licenseUrl: string;
}
export declare const IconsManifest: IconManifestType[];