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