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