import type { ButtonNode } from '../buttons/index.js';
/** @deprecated */
export interface SharedNode {
    buttons?: ButtonNode[];
}
//# sourceMappingURL=base.d.ts.map