export declare enum EKwikUILabelValuePairOrientation { VERTICAL = "vertical", HORIZONTAL = "horizontal" } export declare type TKwikUILabelValuePairOrientation = "vertical" | "horizontal"; export declare enum EKwikUILabelValuePairType { BOOLEAN = "boolean", IMAGE = "image", PDF = "pdf", VIDEO = "video", DOC = "doc", OBJECT = "object", ARRAY = "array" } export declare type TKwikUILabelValuePairType = "boolean" | "image" | "pdf" | "video" | "doc" | "object" | "array";