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

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