import type { CountryPrefixType } from './data-definitions/countryDefinitions.js'; import type { SignStateType, SignType } from './data-definitions/TrafficSignDataTypes.js'; type SignWithImage = SignType | SignStateType; export declare const loadTrafficSignSvg: (countryPrefix: CountryPrefixType, signOrOsmValuePart: SignWithImage | string) => Promise; export {}; //# sourceMappingURL=loadTrafficSignSvg.d.ts.map