import { type BlockBaseProps } from "../Block"; export declare const HTMLBlockIcon: () => import("react/jsx-runtime").JSX.Element; export declare const HTMLBlock: ({ draggable }: Pick) => import("react/jsx-runtime").JSX.Element;