import { BadgeProps } from '../../Badge'; interface RowLabelValueProperties { label: string; value: string; isLoading?: boolean; isFullWidth?: boolean; badgeProps: BadgeProps | null; } export declare const RowLabelValue: ({ label, value, isLoading, isFullWidth, badgeProps, }: RowLabelValueProperties) => import("react/jsx-runtime").JSX.Element; export {};