export declare const inputTokens: {
    calciteInputPrefixSize: string;
    calciteInputSuffixSize: string;
    calciteInputBackgroundColor: string;
    calciteInputBorderColor: string;
    calciteInputCornerRadius: string;
    calciteInputShadow: string;
    calciteInputIconColor: string;
    calciteInputTextColor: string;
    calciteInputPlaceholderTextColor: string;
    calciteInputActionsBackgroundColor: string;
    calciteInputActionsBackgroundColorHover: string;
    calciteInputActionsBackgroundColorPress: string;
    calciteInputActionsIconColor: string;
    calciteInputActionsIconColorHover: string;
    calciteInputActionsIconColorPress: string;
    calciteInputLoadingBackgroundColor: string;
    calciteInputLoadingFillColor: string;
    calciteInputPrefixBackgroundColor: string;
    calciteInputPrefixTextColor: string;
    calciteInputSuffixBackgroundColor: string;
    calciteInputSuffixTextColor: string;
};
export declare const input: string;
