/// <reference types="react" />
import { SeeMoreProps } from './../interfaces';
export default function seeMore(props: SeeMoreProps): JSX.Element;
