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