import { type RenderMode } from "../../types.js"; /** * @alpha */ export interface IDefaultDashboardExportVariablesProps { renderMode: RenderMode; } /** * @alpha */ export declare function DefaultDashboardExportVariables({ renderMode }: IDefaultDashboardExportVariablesProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=DefaultDashboardExportVariables.d.ts.map