/**
 * Takes a template literal and returns [key, value] array of the css properties
 */
export declare const makeTemplateLiteralIntoEntries: (templateString: string) => string[][];
