export declare class SortItemsByParentRequest {
    fItemsContainer: HTMLElement;
    constructor(fItemsContainer: HTMLElement);
}
