import { CssValue } from '@platform/react'; import * as React from 'react'; export declare type IAboutProps = { style?: CssValue; }; export declare class About extends React.PureComponent { constructor(props: IAboutProps); render(): JSX.Element; }