import * as React from 'react'; /** * Shown only where no MapTiler key is configured. Reads the same key the layers are given, * so the notice cannot contradict what actually rendered. */ export declare function MapTilerKeyNotice({ maptilerKey }: { maptilerKey?: string; }): React.JSX.Element; //# sourceMappingURL=MapTilerKeyNotice.d.ts.map