/// <reference types="react" />
import { SvgProps } from "../types";
export declare const LogoText: import("react").MemoExoticComponent<({ ...rest }: SvgProps | any) => import("react/jsx-runtime").JSX.Element>;
