import { ThemeInterface } from 'theming/types';
export declare const useTheme: () => ThemeInterface;
