export declare const DashboardGrid: (props: import("./dashboard-grid.shared.js").DashboardGridProps) => import("react").JSX.Element; export { clearStoredDashboardOrder } from "./dashboard-grid.shared.js"; export { DASHBOARD_COLUMNS, effectiveSpan, moveWidget, orderedWidgets } from "./dashboard-grid.logic.js"; export type { DashboardGridProps } from "./dashboard-grid.shared.js"; export type { DashboardWidget, DashboardTier } from "./dashboard-grid.logic.js"; //# sourceMappingURL=dashboard-grid.android.d.ts.map