import * as React from 'react'; import { SFC } from 'react'; export declare const ActionButton: import("styled-components").StyledComponent, any, {}, never>; interface ClipboardActionProps { content: string; } export declare const ClipboardAction: SFC; export {};