import { PhotoSize } from '@equinor/fusion-components'; type RotationBadgeProps = { size: PhotoSize; numberOfPersons: number; hideTooltip?: boolean; }; declare const RotationBadge: ({ size, numberOfPersons }: RotationBadgeProps) => JSX.Element; export default RotationBadge;