import { default as React } from 'react'; import { MicroInsightCardProps } from '../interfaces'; export type ViewMoreMicroCardProps = MicroInsightCardProps; export declare const ViewMoreMicroCard: React.FC; declare const _default: React.FunctionComponent; export default _default;