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