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