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