import { ThemeProps, Theme } from 'types';
export default function getTheme(props?: ThemeProps): Theme;
