declare const ValueSetDialogConnected: any; export class ValueSetDialog extends React.Component { constructor(props: any); constructor(props: any, context: any); getValueSetErrorStyle(valueSetId: any): "composer-warning" | "composer-error" | null; render(): React.JSX.Element | null; } import React from 'react'; export { ValueSetDialogConnected as default };