import * as React from 'react'; import { CX } from '../types'; export declare function withMods(Component: React.ComponentType, getCx?: (props: Readonly) => CX, getProps?: (props: TResult) => Partial): React.ComponentType>; //# sourceMappingURL=withMods.d.ts.map