export declare type CompositeElementType = 'text' | 'pictures' | 'documents' | 'checklist' | 'location' | 'time'; export declare class CompositeElementTypes { TEXT: CompositeElementType; PICTURES: CompositeElementType; DOCUMENTS: CompositeElementType; CHECKLIST: CompositeElementType; LOCATION: CompositeElementType; TIME: CompositeElementType; } export declare class PipCompositeElementTypes { static TEXT: CompositeElementType; static PICTURES: CompositeElementType; static DOCUMENTS: CompositeElementType; static CHECKLIST: CompositeElementType; static LOCATION: CompositeElementType; static TIME: CompositeElementType; }