export declare abstract class QlBaseStyle { width: string; height: string; color: 'primary' | 'ascent' | 'simple' | 'warn'; }