import { PropType } from '@structured-types/api'; import { createPropsTable, PropItem } from '../blocks/table'; import { DocumentationConfig } from '../DocumentationConfig'; export declare const propTable: (prop: PropType, config: DocumentationConfig, rows?: PropType[] | undefined) => ReturnType; export declare const configurePropItem: (item: PropItem, config: DocumentationConfig) => PropItem;