import { Layer } from '../types'; declare const generateLess: (data: Layer[], size: number) => string; export default generateLess;