import type { AnyRecord, ConfigPropertyAlias, ValueProcessor } from '../types'; type PropertyValueConfigBase
= boolean | ConfigPropertyAlias
; type PropsBuilderPropertyConfig
= PropertyValueConfigBase
| {
process: ValueProcessor = {
[K in keyof Required ]: PropsBuilderPropertyConfig ;
};
export {};
//# sourceMappingURL=types.d.ts.map