export declare class UBXButton { name: string; type: string; color: string; constructor(name: string, type: string, color: string); }