/// <reference types="react" />
export declare const LamborghiniUrus: ({ backgroundColor, meshColor, fogColor, wheelColor, carColor, }: {
    backgroundColor?: string | undefined;
    meshColor?: string | undefined;
    fogColor?: string | undefined;
    wheelColor?: string | undefined;
    carColor?: string | undefined;
}) => JSX.Element;
