/** * Draft emptiness, published by the composer. Status chrome uses it to gate * the draft-only chips (^X / ⇧^X) so the row never offers a chord that would * currently do nothing. */ export declare function useHasDraft(): boolean;