import type { VastIcon, VastChain, Optional } from '../../../types';
export declare const retrieveIcons: (vastChain: VastChain) => Optional<VastIcon[]>;
