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