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