import { LogoProps } from './use-mantine-logo-colors'; export interface MantineLogoProps extends LogoProps { type?: 'mark' | 'full'; } export declare function MantineLogo({ type, ...others }: MantineLogoProps): import("react/jsx-runtime").JSX.Element;