import * as React from 'react'; export interface ClipboardCopyToggleProps extends Omit, HTMLButtonElement>, 'ref'> { onClick: (event: React.MouseEvent) => void; id: string; textId: string; contentId: string; isExpanded?: boolean; className?: string; } export declare const ClipboardCopyToggle: React.FunctionComponent; //# sourceMappingURL=ClipboardCopyToggle.d.ts.map