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