export declare const useObjectHeading: (original: T, callback: (org: Exclude) => U) => U & { id: string; };