import { ReactElement } from "react"; import { Props } from "../types"; export declare const ShopifyLogo: ({ className, onClick, style }: Props) => ReactElement;