/** * Mocks image loading done by the ImageLoader component to immediately trigger * the load event. * @returns A function to unmock the image loading */ export declare const mockImageLoading: (options?: { naturalWidth?: number; naturalHeight?: number; }) => () => void;