/// import { ILineVectorLayerProps } from '../interfaces/mapInterfaces'; declare const LineVectorLayer: ({ lines, idLayer }: ILineVectorLayerProps) => JSX.Element; export default LineVectorLayer;