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