import { DocumentNode } from '@apollo/client';
export interface TemplateRendererProps {
    templateQuery?: DocumentNode;
}
