export declare const shellPanelTokens: {
    calciteShellPanelBackgroundColor: string;
    calciteShellPanelBorderColor: string;
    calciteShellPanelCornerRadius: string;
    calciteShellPanelHeight: string;
    calciteShellPanelMaxHeight: string;
    calciteShellPanelMaxWidth: string;
    calciteShellPanelMinHeight: string;
    calciteShellPanelMinWidth: string;
    calciteShellPanelResizeBackgroundColor: string;
    calciteShellPanelResizeTextColor: string;
    calciteShellPanelShadow: string;
    calciteShellPanelWidth: string;
    calciteShellPanelZIndex: string;
    calciteShellShadow: string;
    calciteShellTextColor: string;
};
export declare const shellPanel: string;
