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