import type { Writable } from "svelte/store"; export declare type IAttributeStore = Writable; export declare function attribute(element: HTMLElement, attribute: string, default_value?: string): IAttributeStore; export declare const htmlpalette: () => IAttributeStore;