import React from 'react';
type DashboardScriptLoaderProps = {
    children: React.ReactNode;
};
export declare const DashboardScriptLoader: React.FC<DashboardScriptLoaderProps>;
export {};
//# sourceMappingURL=DashboardScriptLoader.d.ts.map