export declare const actionTokens: {
    calciteActionIndicatorColor: string;
    calciteActionBackgroundColor: string;
    calciteActionBackgroundColorHover: string;
    calciteActionBackgroundColorPressed: string;
    calciteActionTextColor: string;
    calciteActionTextColorPressed: string;
};
export declare const actionBarTokens: {
    calciteActionBarExpandedMaxWidth: string;
    calciteActionBarItemsSpace: string;
};
export declare const actionBar: string;
export declare const actionGroupTokens: {
    calciteActionGroupBorderColor: string;
    calciteActionGroupColumns: string;
};
export declare const actionMenuTokens: {
    calciteActionMenuItemsSpace: string;
};
export declare const actionPadTokens: {
    calciteActionPadCornerRadius: string;
    calciteActionPadExpandedMaxWidth: string;
    calciteActionPadItemsSpace: string;
};
export declare const actionMenu: string;
export declare const actionPad: string;
