import { Asset as Token } from "../../../types";
export interface View {
    info?: any;
    assets?: Token[];
    onSelect?: Function;
    responsive?: boolean;
}
export default function View(props: any): import("react").JSX.Element;
//# sourceMappingURL=View.d.ts.map