import Theme, { ThemeProps as TThemeProps } from './Theme'; export type ThemeProps = TThemeProps; export default Theme;