/**
 * Executes the provided function only on component mount.
 */
export declare const useMountEffect: (fn: () => void) => void;
