/// <reference types="react" />
import type { IconProps } from '../../types';
export declare const IrisScanner: import("react").MemoExoticComponent<{
    (props: IconProps): import("react").JSX.Element;
    displayName: string;
}>;
