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