export declare const sharedPresets: { dividerFooterHorizontal: { base: { borderStyle: string; borderColor: string; borderWidth: string; }; }; cardContainer: { base: { backgroundColor: string; }; }; cardContainerTeaser: { base: { backgroundColor: string; }; }; contentListView: { base: { borderColor: string; borderStyle: string; borderWidth: string; borderRadius: string; }; }; helpHubMenuItems: { base: { color: string; }; hover: { color: string; }; visited: { color: string; }; }; menuItemVertical: { base: { whiteSpace: string; }; }; menuItemHorizontal: { base: { whiteSpace: string; }; active: { borderColor: string; }; focus: { borderColor: string; }; hover: { borderColor: string; }; }; baseInteractivePrimary030: { base: { color: string; }; }; }; export declare const sharedPresetsDark: { dividerFooterHorizontal: { base: { borderStyle: string; borderColor: string; borderWidth: string; }; }; cardContainer: { base: { backgroundColor: string; }; }; cardContainerTeaser: { base: { backgroundColor: string; }; }; };