import { TPropDocBuilder } from '../docBuilderGenTypes'; /** * Resolve the prop editor based on the property name only. * Should only be used in exceptional cases - please consider adding customization to the "*.doc.tsx" file first. */ export declare const buildByPropName: TPropDocBuilder; //# sourceMappingURL=buildByPropName.d.ts.map