import React from 'react'; type Props = { maxHeight?: number; }; export declare const ReadmeCard: (props: Props) => React.JSX.Element; export {};