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