import { Theme } from '../../types/emotion/Theme';
/**
 * Custom hook to get your theme object in React components from ThemeProvider.
 */
export declare const useTheme: () => Theme;
