/// import type { ComponentControl } from '../../core'; export declare const DeleteButton: ({ entityId, slotId }: { entityId: string; slotId: string; }) => JSX.Element; declare function DeleteControlPanelItem(slotId: string): ComponentControl; export default DeleteControlPanelItem;