/** * Get the message associated to the focused item. * @returns {string | null} the accessibility description linked to the focused item */ export declare function useDescription(): string | null;