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