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