import { SelectableInterface } from './selectable.interface'; export declare class Selectable implements SelectableInterface { is_selected: boolean; } //# sourceMappingURL=selectable.model.d.ts.map