/** * @jsxRuntime classic * @jsx jsx */ import { type ReactNode } from 'react'; export declare function Decorator({ bidiCharacter, children, testId, }: { bidiCharacter: string; children: ReactNode; testId?: string; }): JSX.Element;