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