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