declare const src = "https://cdn.pixabay.com/photo/2022/04/06/14/26/ornamental-plum-7115659_1280.jpg"; declare const fallbackSrc = "https://cdn.pixabay.com/photo/2019/04/19/07/24/blossom-4138763_1280.jpg"; declare const lazySrc = "https://cdn.pixabay.com/photo/2017/04/07/14/25/cat-2211076_1280.jpg"; export { src, fallbackSrc, lazySrc };