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