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