import { ThemingProps } from './types'; declare const ThemingStyles: ({ selector, theme }: ThemingProps) => any; export default ThemingStyles;