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