import { IActionableComponent } from './Actionable.types';
/** @deprecated */
export declare const ActionableSlots: IActionableComponent['slots'];
/** @deprecated */
export declare const ActionableView: IActionableComponent['view'];
