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