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