export interface RenderedValue {
  html?: string;
}
