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