declare const useTypeAnimationWrapper: (props: any) => { shouldStart: boolean; hasList: boolean; }; export default useTypeAnimationWrapper;