type Props = { className?: string; }; export declare const Fingerprint: ({ className }: Props) => import("react/jsx-runtime").JSX.Element; export {};