import React, { PropsWithChildren } from "react"; interface IWithThemeOpts { name?: string; skipProps?: string | string[]; } export declare const withTheme: (options?: IWithThemeOpts) => (Component: React.ComponentType>) => React.FC; export {}; //# sourceMappingURL=withTheme.d.ts.map