import { SubContentQueryProps } from '../types'; export declare const getSubContentQuery: ({ nodeType, startNode, filter, maxItems, sortCriteria, sortDirection, locale }: SubContentQueryProps) => import("@apollo/client").DocumentNode;