export declare const listTokens: {
    calciteListBackgroundColor: string;
    calciteListBackgroundColorHover: string;
    calciteListBackgroundColorPress: string;
    calciteListBorderColor: string;
    calciteListColor: string;
    calciteListContentTextColor: string;
    calciteListDescriptionTextColor: string;
    calciteListIconColor: string;
    calciteListLabelTextColor: string;
    calciteListSelectionBorderColor: string;
};
export declare const list: string;
