import React, { SVGAttributes } from 'react'; export interface WixLogoProps extends SVGAttributes { height?: string | number; } export declare const WixLogo: React.NamedExoticComponent; //# sourceMappingURL=WixLogo.d.ts.map