/// import { Groups } from './types'; declare function Html({ updatedScenarios, uiPath, groups, other, }: { uiPath: string; groups: Groups; other: Array<{ id: string; selected: boolean; }>; updatedScenarios?: string[]; }): JSX.Element; export { Html };