import type { AnyRecord, ConfigPropertyAlias, ValueProcessor } from '../types'; type PropertyValueConfigBase

= boolean | ConfigPropertyAlias

; type PropsBuilderPropertyConfig

= PropertyValueConfigBase

| { process: ValueProcessor[K], any>; }; export type PropsBuilderConfig

= { [K in keyof Required

]: PropsBuilderPropertyConfig; }; export {}; //# sourceMappingURL=types.d.ts.map