import { Option } from '../../components/formio/select';
export declare const getWMSLayerOptionsFromXMLData: (xmlContent: Document) => Option[];
export declare const getWMSLayerOptions: (wmsTileLayerUrl: string) => Promise<Option[]>;
