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