import React from "react"; /** * The purpose of this component is to intercept the "style" elements group, and do one of the following: * - if in "template mode", hide the "style" tab * - render the "Unlink Block" widget, if the block is "linked" */ export declare const UnlinkBlock: (props: unknown) => React.JSX.Element;