/** Callback is guaranteed to be call only once per component mount event in strict mode */ export declare function useOnFistMount(params: { effect: () => void; isEnabled?: boolean; }): void;