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