type Props = { version: string; }; export declare const ViewerAbout: (props: Props) => JSX.Element; export default ViewerAbout;