export declare const useTemporaryLabel: (duration: number) => { temporaryLabel: boolean; setTemporaryLabel: import('react').Dispatch>; };