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