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