import React from 'react';
import { Input } from '../Input';
declare type SubProps = React.ComponentPropsWithoutRef<typeof Input>;
interface ClipboardInputProps extends SubProps {
    value: string;
}
export declare const ClipboardInput: ({ value, ...props }: ClipboardInputProps) => JSX.Element;
export {};
//# sourceMappingURL=ClipboardInput.d.ts.map