import { ProxyItem, ProxyItemRendered } from "./interface"; export declare const renderItem: (item: ProxyItem) => ProxyItemRendered;