/** * Dummy image for stories */ declare const dummyImgSrc: (w?: number, h?: number) => string; export { dummyImgSrc };