import type { FC } from 'react';
import { JSX } from 'react';
declare const PrimeCard: FC<JSX.IntrinsicElements['svg']>;
export default PrimeCard;
