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