import ISvgMesh from "lingo3d/lib/interface/ISvgMesh"; import React from "react"; export type SvgMeshProps = Partial & { children?: React.ReactNode; };