import { type ComponentPropsWithoutRef } from "react"; export type LogoProps = ComponentPropsWithoutRef<"span">; export declare const Logo: import("react").ForwardRefExoticComponent, HTMLSpanElement>, "ref"> & import("react").RefAttributes>;