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