import { UpdatableProp } from '../types'; export declare const updateProp: (element: Element, key: string, updatable: UpdatableProp) => void;