/** * A custom React hook to determine if a component has been mounted. * * @returns {boolean} A boolean flag indicating whether the component is currently mounted. */ export declare const useMounted: () => boolean; //# sourceMappingURL=useMounted.d.ts.map