import type { ComponentProps } from 'react'; import { SmoothSvg } from './SmoothSvg'; /** * A logo lockup component for Cleanlab TLM. * * @deprecated This component is deprecated and will be removed in a future version. * Please use the LogoImg component instead. */ export declare const LogoLockupCleanlabTLM: ({ className, ...props }: Partial>) => import("react/jsx-runtime").JSX.Element;