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