import { Theme } from '@plurid/plurid-themes'; import * as Types from '../types'; export declare const setGeneralTheme: (theme: Theme) => Types.SetGeneralThemeAction; export declare const setInteractionTheme: (theme: Theme) => Types.SetInteractionThemeAction; declare const actions: { setGeneralTheme: (theme: Theme) => Types.SetGeneralThemeAction; setInteractionTheme: (theme: Theme) => Types.SetInteractionThemeAction; }; export default actions;