import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Scan: React.MemoExoticComponent>; declare type ScanRef = PathIconRef; declare type ScanProps = PathIconProps; export { Scan }; export type { ScanRef, ScanProps }; export default Scan;