/** Similar with `useEffect` but only trigger after mounted */ declare const _default: (callback: () => void, conditions: any[]) => void; export default _default;