import React from 'react'; import { LightBarDataMap, TextConfig } from '../../../Lcz3dAreaMap/type/child'; interface PlaneProps { planeStyle: TextConfig; scale: number; index: number; itemData: LightBarDataMap; id: string; chindEvent?: (id: any, type: string, param: any) => void; } declare const _default: React.NamedExoticComponent; export default _default;