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