export declare class SortablejsService {
    constructor();
    onremove: (item: any) => void;
}
