import React from 'react'; type Props = { inactivateWhenValidated: boolean | undefined; }; declare const GitHubComponent: React.FC; export default GitHubComponent;