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