import { ui } from '../../..'; import { default as proto } from '../proto'; export declare function convertTensor(tensor: proto.onnx.TensorProto): (name: string) => ui.VStack;