import React from 'react';
interface ShowMoreProps {
    text: string;
}
declare const ShowMore: React.FC<ShowMoreProps>;
export default ShowMore;
