import { Less } from './Less';
export declare class LessAntd extends Less {
    protected onInit(): void;
    theme(theme: object): this;
    protected exclude(): undefined;
    protected include(): string;
}
