/**
 * Format long classnames with template literals
 */
export default function ctl(template: string): string;
