/// import { IconProps } from '../../types'; declare const Scanner: (allProps: IconProps) => JSX.Element; export default Scanner;