export default useParentBlockAttributes; /** * Gets the parent block attributes for a specific block. * * @param {string} clientId The block client ID. * @returns {array} The parent block attributes. */ declare function useParentBlockAttributes(clientId: string): array; //# sourceMappingURL=index.d.ts.map