/** * Return the inert attribute taking into consideration the React version. * React 19 changed the inert attribute from a string to a boolean. */ export declare function getInertValue(value: boolean): any | undefined;