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