export interface LayerInfoTextProps { label: string; value: string; } export declare const textStyle: { lineHeight: string; letterSpacing: string; overflowWrap: string; }; export declare const textStyleWithMargin: { marginBottom: number; lineHeight: string; letterSpacing: string; overflowWrap: string; }; export declare const LayerInfoText: React.FC;