export interface IconData { [key: string]: string; } declare const _default: IconData; export default _default;