import { LogoProps } from './use-mantine-logo-colors'; export declare function MantineLogoText({ size, color, variant, inverted, style, className, ...others }: LogoProps): import("react/jsx-runtime").JSX.Element;