import { JSX } from "react"; import { TEditorBlock } from "../../../../editor/core"; type TButtonProps = { label: string; icon: JSX.Element; block: () => TEditorBlock; }; export declare const BUTTONS: TButtonProps[]; export {}; //# sourceMappingURL=buttons.d.ts.map