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