import { LabelService } from "@hpe/angular-toolkit/service";
export declare class CardPanel {
    private labelService;
    icon: string;
    title: string;
    toggleButton: boolean;
    state: string;
    overflowUnset: boolean;
    constructor(labelService: LabelService);
    readonly cardOpen: boolean;
    readonly tooltip: string;
    onToggleClick(): void;
    animationStart(e: any): void;
    animationEnd(e: any): void;
}
