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