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