import { ColorRecipe, SwatchFamily, SwatchFamilyResolver, SwatchRecipe } from "./common"; export declare const neutralOutlineContrastAlgorithm: SwatchFamilyResolver; export declare const neutralOutlineContrast: ColorRecipe; export declare const neutralOutlineContrastRest: SwatchRecipe; export declare const neutralOutlineContrastHover: SwatchRecipe; export declare const neutralOutlineContrastActive: SwatchRecipe; export declare const neutralOutlineContrastFocus: SwatchRecipe;