import { Node } from '@tokens-studio/graph-engine'; export default class NearestColorNode extends Node { static title: string; static type: string; static description: string; constructor(props: any); } //# sourceMappingURL=previewTypography.d.ts.map