import React from 'react'; import { InoCardProps } from './InoCard.types'; export declare const InoCard: React.FC; export default InoCard;