export declare type PanelType = 'default' | 'primary' | 'success' | 'danger' | 'warning' | 'info';
