import type { ReactElement } from 'react';
type TaggedRocketChatLogoProps = {
    tagTitle?: string;
    tagBackground?: string;
    color?: string;
} & React.HTMLAttributes<HTMLDivElement>;
declare const TaggedRocketChatLogo: ({ tagTitle, tagBackground, color, ...props }: TaggedRocketChatLogoProps) => ReactElement;
export default TaggedRocketChatLogo;
//# sourceMappingURL=TaggedRocketChatLogo.d.ts.map