export declare function Logo({ scale, fill, ...props }: {
    scale?: number;
    fill?: string;
    theme?: string;
}): import("react/jsx-runtime").JSX.Element;
