import { PropType } from '@structured-types/api'; import { DocumentationNode } from '../types'; export declare const titleSection: (prop: PropType) => DocumentationNode[] | undefined;