import type { Ref } from 'react'; /** 지적도 레이어를 지도 위에 표시한다. */ export interface CadastralLayerProps { ref?: Ref; } export declare function CadastralLayer({ ref }: CadastralLayerProps): null; //# sourceMappingURL=cadastral-layer.d.ts.map