/// import * as T from "../type"; declare const View: ({ data, structure, }: { data: Partial; structure: T.StructureUnit[]; }) => JSX.Element; export default View;