declare type Without = Pick>; export declare type EnhancerFn = (props: T) => { props: Without; className: string; }; export declare type PrimitiveValue = boolean | string | number; export {};