import { ReactElement } from "react";
import { Props } from "../types";
export declare const BrizyLogoLegacy: ({ className, onClick, style }: Props) => ReactElement;
