export interface ILessProps {
    plugins: Array<any>;
    options: any;
}
