import React, { ComponentProps } from 'react'; import { Theme } from './Theme'; export declare const themed: >>(Component: C) => (themed: (theme: T) => React.ComponentProps) => React.ForwardRefExoticComponent> & React.RefAttributes>; //# sourceMappingURL=themed.d.ts.map