import { FC } from 'react'; export type LogoProps = { className?: string; inverted?: boolean; }; export declare const Logo: FC;