export declare const blockTokens: {
    calciteBlockBorderColor: string;
    calciteBlockHeaderBackgroundColor: string;
    calciteBlockHeaderBackgroundColorHover: string;
    calciteBlockTextColor: string;
    calciteBlockHeadingTextColor: string;
    calciteBlockHeadingTextColorPress: string;
    calciteBlockDescriptionTextColor: string;
    calciteBlockIconColor: string;
    calciteBlockIconColorHover: string;
};
export declare const block: string;
