import { ListSortLabelModel } from './label.model'; export declare class ListSortSetAvailableAction { available: ListSortLabelModel[]; constructor(available: ListSortLabelModel[]); }