import type { Theme } from 'svelte-fui/theme'; export declare function applyTheme(element: HTMLElement, styleElement: HTMLStyleElement, theme: Theme): void;