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