import * as react_jsx_runtime from 'react/jsx-runtime';
import { StaticImageData } from 'next/image';

interface GraphQLConfCardProps {
    image: StaticImageData;
}
declare function GraphQLConfCard({ image }: GraphQLConfCardProps): react_jsx_runtime.JSX.Element;

export { GraphQLConfCard, type GraphQLConfCardProps };
