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