import { DirectiveNode } from 'graphql';
declare type DirectiveProps = {
    directive: DirectiveNode;
};
export default function Directive({ directive }: DirectiveProps): JSX.Element;
export {};
//# sourceMappingURL=Directive.d.ts.map