import "./index.css"; export declare function AddElementHIDScanner({ onScan }: { onScan: (id: string) => void; }): import("react").JSX.Element;