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