import { CopyTextButton } from '../types'; export declare class CopyTextButtonBase implements CopyTextButton { text: string; }