import type { SceneControl } from '@anov/3d-core'; import TitleMesh from '.'; export default class BorderMesh extends TitleMesh { constructor(option: any, sceneControl: SceneControl); }