interface RasterLayerProps { id: string; url: string; tilesize?: number; } export declare const RasterLayer: (props: RasterLayerProps) => any; export {}; //# sourceMappingURL=RasterLayer.d.ts.map