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