import { IActionable, ActionableBaseImpl } from "../gen/components/actionable.base.js"; import { LenraComponent } from '../gen/response.js'; import { Component } from './component.js'; export { IActionable }; export declare function Actionable(child: Component | T): ActionableImpl; export declare class ActionableImpl extends ActionableBaseImpl { }