import { Style } from 'ol/style'; import type Feature from 'ol/Feature'; declare const fullTrajectorystyle: (feature: Feature) => Style[]; export default fullTrajectorystyle;