export declare const panelTokens: {
    calcitePanelBackgroundColor: string;
    calcitePanelBorderColor: string;
    calcitePanelContentSpace: string;
    calcitePanelCornerRadius: string;
    calcitePanelDescriptionTextColor: string;
    calcitePanelFooterBackgroundColor: string;
    calcitePanelFooterSpace: string;
    calcitePanelHeaderActionBackgroundColorHover: string;
    calcitePanelHeaderActionBackgroundColorPress: string;
    calcitePanelHeaderActionBackgroundColor: string;
    calcitePanelHeaderActionTextColorPress: string;
    calcitePanelHeaderActionTextColor: string;
    calcitePanelHeaderBackgroundColor: string;
    calcitePanelHeaderContentSpace: string;
    calcitePanelHeadingTextColor: string;
    calcitePanelSpace: string;
};
export declare const panel: string;
