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