import { FronteggThemeOptions } from '@frontegg/types'; export declare const formatName: (name: string) => string; export declare const createElement: (container: HTMLElement | ShadowRoot, type: string, attrs?: { [key in string]: string; }) => HTMLElement; export declare const waitThemeSetter: (instance: { themeSetter: ((themeOptions: FronteggThemeOptions) => {}) | undefined; }) => Promise; export declare const restoreSearchParams: (searchParams: URLSearchParams) => void;