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