/** Callback is guaranteed to be call only once per component mount event in strict mode */
export declare function useOnFistMount(callback: () => void): void;
