export function runRegistrationSuite(customConfig: customConfig): void;
export type customConfig = {
    baseElement?: typeof LitElement | undefined;
    suffix?: string | undefined;
    parentTagString?: string | undefined;
    childTagString?: string | undefined;
    portalTagString?: string | undefined;
};
import { LitElement } from "@lion/core";
