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