export default useInnerBlockIndex; /** * Gets the current index of a specific block relative to its siblings. * * @param {string} clientId The block client ID. * @returns {integer} The block index. */ declare function useInnerBlockIndex(clientId: string): integer; //# sourceMappingURL=index.d.ts.map