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