/// import { IconProps } from '@equinor/fusion-components'; type RotationNumberIconProps = IconProps & { numberOfPersons: number; }; declare const RotationNumberIcon: (props: RotationNumberIconProps) => import("react").ReactSVGElement; export default RotationNumberIcon;