import './Logo.constants.js';
import * as react_jsx_runtime from 'react/jsx-runtime';
import { LogoProps } from './Logo.types.js';
import 'react';

declare const Logo: {
    ({ brandVariant, pictoVariant, size, ...props }: LogoProps): false | react_jsx_runtime.JSX.Element;
    displayName: string;
};

export { Logo, Logo as default };
