import { type EndElement, type StartElement } from "./BaseItem.types"; import { type TextType } from "@vibe/typography"; import React from "react"; export declare function renderSideElement(element: StartElement | EndElement, disabled: boolean, textVariant: TextType): React.ReactNode;