import { type Wing } from '../../wing/index.js'; export declare const HIGHLIGHT_COLORS: readonly string[]; export declare const TEXT_COLORS: readonly string[]; export declare const FONT_SIZES: readonly string[]; export declare const TYPEFACES: readonly string[]; export interface ValueWingOptions { readonly values?: readonly string[]; } export declare function makeHighlightWing(options?: ValueWingOptions): Wing; export declare const highlightWing: Wing; export declare function makeTextColorWing(options?: ValueWingOptions): Wing; export declare const textColorWing: Wing; export declare function makeFontSizeWing(options?: ValueWingOptions): Wing; export declare const fontSizeWing: Wing; export declare function makeTypefaceWing(options?: ValueWingOptions): Wing; export declare const typefaceWing: Wing; export declare const valueMarkWings: readonly Wing[]; //# sourceMappingURL=values.d.ts.map