import React from 'react'; interface ApolloTyresLogoProps { width?: number; height?: number; className?: string; } export declare const ApolloTyresLogo: React.FC; export default ApolloTyresLogo; //# sourceMappingURL=ApolloTyresLogo.d.ts.map