import React from 'react'; import { CardProps } from 'antd/lib/card'; declare type PhenomCard = CardProps & { headerPosition?: string; }; export declare const PhenomCard: React.FC; export {};