export declare class CopyButton {
    value: string;
    render(): any;
}
