interface PropsType {
    text: string;
    successCallback?: (info: any) => void;
}
declare function CopyToClipboardButton(props: PropsType): import("react/jsx-runtime").JSX.Element;
export default CopyToClipboardButton;
