import { SwatchRecipe } from "./common"; /** * Cut text for normal sized text, less than 18pt normal weight */ export declare const accentForegroundCut: SwatchRecipe; /** * Cut text for large sized text, greater than 18pt or 16pt and bold */ export declare const accentForegroundCutLarge: SwatchRecipe;