import type { CustomElement } from '../Components/Abstracts/CustomElement'; import type { ControlBehaviorBase, ControlBehaviorReturn } from './Abstracts/Behavior'; /** * Represents the `IShortcutable` interface. * * @public */ export interface IShortcutableProps { shortcut: string; } /** * @public */ export declare const Shortcutable: >(base: T) => ControlBehaviorReturn; /** * @public */ export declare namespace IShortcutableProps { const DEFAULTS: IShortcutableProps; } //# sourceMappingURL=Shortcutable.d.ts.map