export default useParentClientId; /** * Gets the client ID from the parent block of a specific block. * * @param {string} clientId The child block client ID. * @returns {string} String of the parent block client id, otherwise null. */ declare function useParentClientId(clientId: string): string; //# sourceMappingURL=index.d.ts.map