declare const getImageURL: (name?: string | null) => string | undefined; export default getImageURL;