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