import React from 'react'; type PlusHeroTierImageProps = { level: number; } & Omit, 'src' | 'srcSet' | 'sizes' | 'id'>; export default function PlusHeroTierImage(props: PlusHeroTierImageProps): JSX.Element | null; export {};