declare const availableIcons: readonly string[]; declare const _default: string[]; export default _default; export type AvailableIcons = (typeof availableIcons)[number]; export type IconDeff = { path: string; viewBox: string; fill?: string; };