import { MetadataDetailsProps } from './MetadataDetails.types';
/**
* MetadataDetails displays a labeled data field in various formats.
*
* Supports four display types:
* - Normal: Standard label-value pair
* - Bold: Label with emphasized (semi-bold) value
* - Chip: Compact chip-style display with background
* - Custom: Label with custom component as value
*
* Layout options:
* - inline: Label on the left, value on the right (default)
* - stacked: Label above, value below
*
* Font sizes can be customized using theme-aligned variants:
* - labelFontSize: Controls the label text size
* - valueFontSize: Controls the value text size
*
* @example
* // Normal usage
*
*
* @example
* // Stacked layout with custom font sizes
*
*
* @example
* // Bold type
*
*
* @example
* // Chip type (always stacked internally)
*
*
* @example
* // Custom component
* View Details}
* />
*/
export declare const MetadataDetails: import('react').ForwardRefExoticComponent>;
//# sourceMappingURL=MetadataDetails.d.ts.map