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