import type { ChartLoadingPlaceholderProps } from '@/types/chart'; /** * Loading skeleton component displayed while chart data is streaming. * Shows an animated placeholder with a chart icon. */ export declare const ChartLoadingPlaceholder: (props: ChartLoadingPlaceholderProps) => import("solid-js").JSX.Element; export default ChartLoadingPlaceholder; //# sourceMappingURL=ChartLoadingPlaceholder.d.ts.map