import type { Components, JSX } from "../../types/components";

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