export interface SkeletonBarProps { /** Sized to the text it stands in for, so nothing moves when the value lands. */ width: number; height: number; /** The design rounds a text-height bar at 4, and a display-sized one further. */ borderRadius?: number; } /** A value that hasn't arrived yet. */ export declare function SkeletonBar({ width, height, borderRadius, }: SkeletonBarProps): import("react").JSX.Element; //# sourceMappingURL=SkeletonBar.d.ts.map