import { CreateMarkerOptions, ImageMarker } from './types';
export declare function createMarker(options?: CreateMarkerOptions): ImageMarker;
