import { Theme } from './types'; /** * React hook for programmatically accessing the theme. */ export declare const useTheme: () => Theme;