import React from "react"; import { IconBaseProps } from "../IconBase"; export type GoogleIconProps = Omit; declare const GoogleIcon: React.FC; export default GoogleIcon; //# sourceMappingURL=GoogleIcon.d.ts.map