import type * as React from "react"; export type GoogleCloudStandardDefaultProps = React.SVGProps & { size?: number | string; decorative?: boolean; }; export default function GoogleCloudStandardDefault(props: GoogleCloudStandardDefaultProps): React.ReactElement;