/** Inline SVG icon paths keyed by name — sourced from Vexel Icons (RoundedStroke). */ declare const icons: Record; export declare function getIconSvg(name: string | undefined, size?: number): string | null; export declare function hasIcon(name: string | undefined): boolean; export default icons;