import type { ThemeVariable } from '../../../types.js'; interface Props { variable: ThemeVariable; } declare const UnknownEntry: import("svelte").Component; type UnknownEntry = ReturnType; export default UnknownEntry;