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