import { FC, ReactNode } from 'react';
export declare const GraphiQLLogo: FC<{
    children?: ReactNode;
}>;
