import * as React from 'react';
interface IProps {
    appLogo: string;
    companyLogo: string;
    supporterEmail?: string;
}
declare const ConfigAboutField: React.FunctionComponent<IProps>;
export default ConfigAboutField;
