import { type ReactElement, type SVGAttributes } from 'react';
type RocketChatLogoProps = {
    color?: SVGAttributes<SVGSVGElement>['fill'];
};
declare const RocketChatLogo: ({ color, }: RocketChatLogoProps) => ReactElement;
export default RocketChatLogo;
//# sourceMappingURL=RocketChatLogo.d.ts.map