import * as React from 'react'; interface CopyButtonProps { text: string; children?: React.ReactElement; } export declare const CopyAction: ({ text, children }: CopyButtonProps) => JSX.Element; export {}; //# sourceMappingURL=CopyAction.d.ts.map