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