import type { IconProps, IconComponent } from "../../types";
interface GoogleProps extends IconProps {
    type?: "wordmark" | "icon";
}
export declare const Google: IconComponent<GoogleProps>;
export default Google;
