import "graphiql/graphiql.min.css";
export type GraphQLEditorProps = {
    endpoint: string;
};
export default function GraphQLEditor(props: GraphQLEditorProps): import("react/jsx-runtime").JSX.Element;
