import * as react_jsx_runtime0 from "react/jsx-runtime"; //#region src/react/charts/loading.d.ts declare function LoadingSkeleton({ height }: { height?: number | string; }): react_jsx_runtime0.JSX.Element; /** * Non-shimmery placeholder for cold-starting backing resources. Use this * over {@link LoadingSkeleton} when `useChartData` reports a non-null * `warehouseStatus` — a shimmer during a 30s–2min wait is misleading. * The global {@link ResourceStatusIndicator} surfaces the "why". */ declare function ResourceWaitingPlaceholder({ height, message }: { height?: number | string; message?: string; }): react_jsx_runtime0.JSX.Element; //#endregion export { LoadingSkeleton, ResourceWaitingPlaceholder }; //# sourceMappingURL=loading.d.ts.map