export declare const filterTokens: {
    calciteFilterContentSpace: string;
    calciteFilterInputBackgroundColor: string;
    calciteFilterInputBorderColor: string;
    calciteFilterInputCornerRadius: string;
    calciteFilterInputShadow: string;
    calciteFilterInputIconColor: string;
    calciteFilterInputTextColor: string;
    calciteFilterInputPlaceholderTextColor: string;
    calciteFilterInputActionsBackgroundColor: string;
    calciteFilterInputActionsBackgroundColorHover: string;
    calciteFilterInputActionsBackgroundColorPress: string;
    calciteFilterInputActionsIconColor: string;
    calciteFilterInputActionsIconColorHover: string;
    calciteFilterInputActionsIconColorPress: string;
};
export declare const filter: string;
