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