export declare const AttributeEmptyProvider: import("react").Provider; /** * Read whether the surrounding `Attribute` was rendered with `isEmpty`. * Consumed by `AttributeValue` (forces the em-dash placeholder) and * `AttributeEmptyDescription` (renders only when true). */ export declare const useAttributeEmpty: () => boolean;