import { BaseStyle } from 'primeng/base';
import * as i0 from "@angular/core";
export declare class OrderListStyle extends BaseStyle {
    name: string;
    theme: ({ dt }: {
        dt: any;
    }) => string;
    classes: {
        root: string;
        controls: string;
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<OrderListStyle, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<OrderListStyle>;
}
/**
 *
 * OrderList is used to maneged the order of a collection.
 *
 * [Live Demo](https://primeng.org/orderlist)
 *
 * @module orderliststyle
 *
 */
export declare enum OrderListClasses {
    /**
     * Class name of the root element
     */
    root = "p-orderlist",
    /**
     * Class name of the controls element
     */
    controls = "p-orderlist-controls"
}
export interface OrderListStyle extends BaseStyle {
}
