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