/** * @jsxRuntime classic * @jsx jsx */ import { jsx } from '@emotion/react'; import type { RendererWrapperProps } from './index'; export declare const textHighlightPaddingStyles: import("@emotion/utils").SerializedStyles; type RendererStyleContainerProps = Pick & { isInsideSyncBlock?: boolean; testId?: string; isInsideOfSyncBlock?: boolean; }; export declare const RendererStyleContainer: (props: RendererStyleContainerProps) => jsx.JSX.Element; export {};