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