export interface IVariableContext { componentName: string; componentSlug: string; precedingCss: string; index: number; processor: string; source: string; unit: string; valueSlug: string; }