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