import type { AnyProp } from '../types';
export declare const parsePropLabel: (alphaNumericKey: string, propValue: AnyProp) => string;
