/// <reference types="react" />
export interface IconFingerPrintSharpProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconFingerPrintSharp: React.FC<IconFingerPrintSharpProps>;
