import { Component } from "../../../../server/context/index"; export declare class HorizontalItem extends Component { uiType: string; backgroundColor?: string; selected?: boolean; output_key?: string; output_value?: string; }