export default useBlockName; /** * Get the name of a block. * * @param {string} clientId The block client ID. * @returns {string} String of the block name, otherwise null. */ declare function useBlockName(clientId: string): string; //# sourceMappingURL=index.d.ts.map