import { Interpolation } from '../types';
export declare const interleave: <Props>(strings: TemplateStringsArray, interpolations: Interpolation<Props>[]) => Interpolation<Props>[];
