import * as React from 'react'; import type { SvgProps } from 'react-native-svg'; export declare const Github: ({ color, ...props }: SvgProps) => React.JSX.Element; //# sourceMappingURL=github.d.ts.map