import * as React from 'react'; import { CodeSnippetProps } from './types'; declare type CopySnippetLabelProps = Pick & { value: string; }; export declare const CodeSnippetLabel: React.FunctionComponent; export {};