import type { PasteOptionButtonKeys } from '../type/PasteOptionStringKeys'; /** * @internal */ export interface PasteOptionButtonType { unlocalizedText: string; shortcut: string; icon: string; } /** * @internal */ export declare const Buttons: Record; /** * @internal */ export declare const ButtonKeys: PasteOptionButtonKeys[];