export type HastPropertyValue = string | number | boolean | string[]; export declare function decodeElementProp(kind: number, value: string): HastPropertyValue;