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