import { JState } from '../../theme/JarvisTokens'; export interface JDataRowProps { label: string; value: string; barPercent?: number; state?: JState; } export declare function JDataRow({ label, value, barPercent, state }: JDataRowProps): import("react").JSX.Element; //# sourceMappingURL=JDataRow.d.ts.map