export declare class ComponentOrderUtil {
    static PARENT_NODE: string;
    static LIST_NODE: string;
    static DEFAULT_LIST: any[];
    static ORDER_COMPONENT(componentIdList: any[], node: string): void;
    static isEmpty(input: any): boolean;
}
