import { Input } from '../customizables';
import type { PropsOfComponent } from '../styledSystem';
export declare const ClipboardInput: (props: PropsOfComponent<typeof Input>) => import("@emotion/react/jsx-runtime").JSX.Element;
