import { PlatformType } from '@corbado/shared-ui'; import type { FC } from 'react'; import type { IconProps } from './Icon'; export interface FingerPrintIconProps extends IconProps { platform?: PlatformType; } export declare const FingerPrintIcon: FC;