export declare const autocompleteTokens: {
    calciteAutocompleteBackgroundColor: string;
    calciteAutocompleteBorderColor: string;
    calciteAutocompleteCornerRadius: string;
    calciteAutocompleteDescriptionTextColor: string;
    calciteAutocompleteHeadingTextColor: string;
    calciteAutocompleteTextColor: string;
    calciteAutocompleteInputBackgroundColor: string;
    calciteAutocompleteInputBorderColor: string;
    calciteAutocompleteInputCornerRadius: string;
    calciteAutocompleteInputShadow: string;
    calciteAutocompleteInputIconColor: string;
    calciteAutocompleteInputTextColor: string;
    calciteAutocompleteInputPlaceholderTextColor: string;
    calciteAutocompleteInputActionsBackgroundColor: string;
    calciteAutocompleteInputActionsBackgroundColorHover: string;
    calciteAutocompleteInputActionsBackgroundColorPress: string;
    calciteAutocompleteInputActionsIconColor: string;
    calciteAutocompleteInputActionsIconColorHover: string;
    calciteAutocompleteInputActionsIconColorPress: string;
    calciteAutocompleteInputLoadingBackgroundColor: string;
    calciteAutocompleteInputLoadingFillColor: string;
    calciteAutocompleteInputPrefixBackgroundColor: string;
    calciteAutocompleteInputPrefixTextColor: string;
    calciteAutocompleteInputSuffixBackgroundColor: string;
    calciteAutocompleteInputSuffixTextColor: string;
};
export declare const autocomplete: string;
