export declare const useInputProgress: (success?: boolean) => { rawSuccess: boolean; resetSuccessAnimation: () => void; };