import React from "react";
export declare function FireCMSLogo({ width, height, className, style }: {
    width?: string;
    height?: string;
    className?: string;
    style?: React.CSSProperties;
}): import("react/jsx-runtime").JSX.Element;
