import React from 'react';
export interface CarCrashProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    style?: any;
}
export declare const CarCrash: React.FC<CarCrashProps>;
//# sourceMappingURL=CarCrash.native.d.ts.map