import { PhotoSize } from '@equinor/fusion-components'; type FallbackImageProps = { size: PhotoSize; rotation?: boolean; }; declare const FallbackImage: ({ size, rotation }: FallbackImageProps) => JSX.Element; export default FallbackImage;