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