import { PropType } from '@structured-types/api'; import { DocumentationNode } from '../types'; import { PropRepos } from '../utility/prop-repos'; export declare const locationSection: (prop: PropType, repos: PropRepos) => Promise;