import { SVGProps } from "react";
declare const SvgCard: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgCard;
