export declare const VectorLayer: ({ source, style, zIndex, ...otherProps }: { [x: string]: any; source: any; style: any; zIndex?: number; }) => any; //# sourceMappingURL=VectorLayer.d.ts.map