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