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