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