import React from 'react'; import type { TextDrawerProps } from './TextDrawer.types'; export { Typing as TypingDrawer } from './Typing'; export declare function TextDrawer({ annotation, setAnnotationEditMode }: TextDrawerProps): React.ReactElement | null;