export declare const useTransition: () => { applyTransition: (element: HTMLElement, property: string, value: string) => void; };