import { DocumentNode } from 'graphql'; import { ChildProps, OperationOption, ComponentDecorator } from './types'; export default function graphql>(document: DocumentNode, operationOptions?: OperationOption): ComponentDecorator;