declare const BASE64_SVG_ICON = "data:image/svg+xml;base64,"; declare const MARKUP_SVG_ICON = " boolean; declare const isIconFormatIsSVG: (icon?: string) => boolean; export { isIconFormatIsBase64, isIconFormatIsSVG, BASE64_SVG_ICON, MARKUP_SVG_ICON, };