export function useBlockEditContext(): { name: string; isSelected?: boolean; clientId: string; layout: unknown };