/**
 * Check whether a string has scss interpolation
 */
export function hasScssInterpolation(string: any): boolean;
