import { LANGUAGE_TYPES } from "../../managers/language/constants";
export declare class SlIconButtonCopy {
    /** Value copied used when action type is copy */
    value: string;
    /** Disable the icon button */
    disabled: boolean;
    isCopied: boolean;
    isTextCopied: boolean;
    private button;
    el: HTMLSlIconButtonCopyElement;
    language: LANGUAGE_TYPES;
    constructor();
    componentWillUpdate(): void;
    render(): any;
}
