export declare function OpenDashProvider({ app, children }: {
    app: any;
    children: any;
}): JSX.Element;
