/// import { IconProps } from "../../../types"; export default function AlarmIcon({ className, dataTestid, ...rest }: IconProps): JSX.Element;