export declare const useCurrentBlockId: () => string; type EditorBlockProps = { id: string; }; /** * * @param id - Block id * @returns EditorBlock component that loads data from the EditorDocumentContext */ export default function EditorBlock({ id }: EditorBlockProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=EditorBlock.d.ts.map