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