export declare class SortablejsService {
    transfer: (items: any[]) => void;
}
