/// <reference types="react" />
import type { ResolvedMetadata } from '../types/metadata-interface';
export declare function IconsMetadata({ icons }: {
    icons: ResolvedMetadata['icons'];
}): JSX.Element | null;
