export declare const PATH_ICONS = "https://cdn.riverty.design/icons/"; export declare const DEFAULT_KIT_NAME = "riverty"; export declare const parseElementFromSvgContent: (content: string) => SVGSVGElement; export declare const getSvgElementBySrc: (src: string) => Promise; export declare const getSvgContentByName: (name: string) => any; export declare const getSvgElementByName: (name: any) => SVGSVGElement; export declare const getIconsData: () => { ai: string; "alarm-clock": string; "angle-down": string; "angle-left-double": string; "angle-left-with-vertical-line": string; "angle-left": string; "angle-right-double": string; "angle-right-with-vertical-line": string; "angle-right": string; "angle-up": string; "arrow-down-left": string; "arrow-down-right": string; "arrow-down-with-horizontal-line": string; "arrow-down": string; "arrow-left-with-vertical-line": string; "arrow-left": string; "arrow-pointing-backward": string; "arrow-pointing-down-at-tray": string; "arrow-pointing-forward": string; "arrow-right-with-vertical-line": string; "arrow-right": string; "arrow-splitting": string; "arrow-up-left": string; "arrow-up-right-from-square": string; "arrow-up-right": string; "arrow-up-with-horizontal-line": string; "arrow-up": string; "arrows-circled": string; "arrows-pointing-outwards": string; bag: string; bank: string; beer: string; "bell-crossed-out": string; bell: string; "biometric-id-face-scan": string; "biometric-id-fingerprint": string; box: string; "broken-glass": string; "building-office": string; "bullet-list": string; "bulls-eye": string; calendar: string; camera: string; cart: string; check: string; "circle-slash": string; "circled-check": string; "circled-cross": string; "circled-exclamation-mark": string; "circled-information-i": string; "circled-percentage-sign": string; "circled-question-mark": string; "clipboard-with-checkmark": string; clipboard: string; clock: string; "code-prompt": string; cog: string; "coins-stack": string; cookie: string; copy: string; "credit-card-with-plus-sign": string; "credit-card": string; cross: string; "currency-dollar": string; "currency-euro": string; "document-checked": string; document: string; "ellipsis-vertical": string; ellipsis: string; envelope: string; euro: string; "eye-crossed-out": string; eye: string; flag: string; folder: string; "funnel-filter": string; gallery: string; globe: string; graph: string; hamburger: string; "happy-face": string; headset: string; heart: string; "hour-glass": string; house: string; image: string; invoice: string; key: string; "link-crossed-out": string; link: string; login: string; logout: string; "mad-face": string; magnifier: string; "money-bill": string; "money-coin": string; "organization-chart": string; "padlock-closed": string; "padlock-open": string; "paper-plane": string; "paperclip-2": string; "pen-disabled": string; pen: string; "phone-with-shield": string; "pie-chart": string; plus: string; printer: string; "puzzle-piece": string; "qr-code": string; receipt: string; "recycle-bin-1": string; "sad-face": string; scale: string; "shield-check": string; shield: string; "sign-at": string; signature: string; slider: string; "speech-bubble-oval": string; "speech-bubble": string; "splitted-circles": string; star: string; store: string; "straight-face": string; "thumb-up": string; tray: string; "triangle-with-exclamation-mark": string; "two-speech-bubbles": string; "upload-document": string; "user-avatar-multiple": string; "user-avatar-with-bars": string; "user-avatar-with-exclamation-mark": string; "user-avatar-with-minus": string; "user-avatar": string; "very-happy-face": string; webhook: string; }; export declare const addToIconsData: (name: string, value: string) => void;