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