import { ContentActionModel } from './../../models/content-action.model'; import * as i0 from "@angular/core"; export declare class ContentActionListComponent { private readonly documentList; /** * Registers action handler within the parent document list component. * * @param action Action model to register. * @returns `true` if actions was registered, otherwise `false` */ registerAction(action: ContentActionModel): boolean; unregisterAction(action: ContentActionModel): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }