import { CSSValue } from './syntax/parser'; export interface ITypeDescriptor { name: string; parse: (value: CSSValue) => T; }