export interface MetadataListLabelConfig {
    position: 'start' | 'top';
    width?: number | string;
}
export interface MetadataListContextValue {
    labelConfig: MetadataListLabelConfig;
    orientation: 'vertical' | 'horizontal';
}
export declare const MetadataListContext: import("react").Context<MetadataListContextValue | null>;
//# sourceMappingURL=MetadataListContext.d.ts.map