export declare function OpenDashApp({ app }: {
    app: any;
}): JSX.Element;
