export interface DojimaProps {
    isDark: Boolean;
}
declare const DojimaTheme: ({ isDark }: DojimaProps) => any;
export default DojimaTheme;
