import { EditorState } from 'draft-js'; import { SafeArea } from '../../types'; export default function getBoundingRectWithSafeArea(editorState: EditorState, safeArea?: number): { shiftLeft: SafeArea[]; shiftRight: SafeArea[]; } | undefined;