export declare const ClipboardInput: import("@builder.io/qwik").Component<{
    class?: string | undefined;
}>;
