import React from "react"; export type UiComponentType = { component: typeof React.Component; props: T; }; export declare class GroupPfvUI { static fvUI(element: string | HTMLElement, uiComponent: UiComponentType[]): void; static addBootstrapElement(elementId: string): HTMLElement; private static htmlElementUI; }