export const DEFAULT_STATE: any;
export default AboutDialog;
declare class AboutDialog extends RComponent<any, any, any> {
    static displayName: string;
    static propTypes: any;
    constructor(props: any);
    toggle(): void;
    hide(): void;
    render(): import("react/jsx-runtime").JSX.Element;
}
import { Component as RComponent } from 'react';
