/** * Notice! Do not edit this manually. * This file is autogenerated by `yarn generate:tokens` */ export declare const FONTS: Readonly<{ readonly brand: "SKFChevinOT"; }>; export type Font = keyof typeof FONTS; export declare const FONT_KEYS: readonly Font[];