export interface LabelProps {
  dataTestId?: string;
  children?: any;
  className?: string;
  editorDisabled?: boolean;
  editorId?: string;
  editorRef?: any;
  editorValid?: boolean;
  id?: string;
  optional?: boolean;
  style?: React.CSSProperties;
}
