import { type CompleteThemeSettingsInternal } from '@sisense/sdk-ui-preact'; import type { InjectionKey, Ref } from 'vue'; export declare const themeContextConfigKey: InjectionKey>; /** * Gets Theme context */ export declare const getThemeContext: () => Ref;