export declare class TitlePanel {
    icon: string;
    title: string;
    constructor();
}
