import { h } from 'preact';
export default function Logo({ className }: {
    className?: string;
}): h.JSX.Element;
