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