export function Text({ height, properties, styles, darkMode, registerAction, setExposedVariable, dataCy, containerProps, }: { height: any; properties: any; styles: any; darkMode: any; registerAction: any; setExposedVariable: any; dataCy: any; containerProps: any; }): import("react/jsx-runtime").JSX.Element;