import { FunctionComponent } from 'react'; import 'graphiql/graphiql.css'; interface GQLProps { active: boolean; } declare const GQL: FunctionComponent; export default GQL;