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