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