import { IconProps } from "./Icon"; declare const Google: ({ size, disabled }: IconProps) => import("preact").JSX.Element; export default Google;