export declare class ChatTourButton { Label: string; Lookup: string; OpenAction?: () => void; constructor(args: ChatTourButton); } //# sourceMappingURL=chat-tour-button.model.d.ts.map