/// interface CopyInputProps { value: string; label?: string; } export declare function CopyInput(props: CopyInputProps): JSX.Element; export {};