export default useInnerBlocksCount; /** * Gets the total count of all child blocks for a specific block. * * @param {string} clientId The block client ID. * @returns {integer} The count of all child blocks. */ declare function useInnerBlocksCount(clientId: string): integer; //# sourceMappingURL=index.d.ts.map