export type SvgConfig = Record; export type Svg = "FileArchive" | "FileAudio" | "FileSketch" | "FileAcrobat" | "FileAe" | "FileAi" | "FileCode" | "FileDocument" | "FileSpreadsheet" | "FileWebCode" | "FileUnknown" | "IconDownload" | "IconAdd" | "IconRemove" | "IconWarning" | "IconCheckmark" | "IconPin" | "IconPencil" | "IconBoost" | "IconThreadCreated" | "IconId" | "IconSticker" | "IconCommand" | "IconAttachment" | "IconDanger" | "IconPause" | "IconFullscreen" | "IconPlay" | "IconCross" | "IconUnknownReply" | "IconTextChannel" | "IconVoiceChannel" | "IconStageChannel" | "IconForumChannel" | "IconLinkExternal" | "MiscDiscordImageFailure" | `Custom${string}`; export declare function getSvgUrl(svg: Svg): string; //# sourceMappingURL=svgs.d.ts.map