import type { IconProps } from '../../types';
declare const GithubLine: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Github Line
 * @see {@link https://remixicon.com/icon/github-line Remix Icon Docs}
 */
export { GithubLine };
