import type { Components, JSX } from "../types/components"; interface SnkTaskbar extends Components.SnkTaskbar, HTMLElement {} export const SnkTaskbar: { prototype: SnkTaskbar; new (): SnkTaskbar; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;