/** * Loading state for the Bar widget. Mirrors a bar chart's silhouette — five * vertical bars at staggered heights anchored to the bottom, plus a legend * stub — so the skeleton reads as "a bar chart" rather than a generic list. */ export declare function BarSkeleton(): import("react/jsx-runtime").JSX.Element;