export declare function styleCompiler(content: string): string;
/**
 * If a string contains a lyl style
 * For testing purposes only
 * @param str content
 */
export declare function hasLylStyle(str: string): boolean;
