import type { ElevatedPropValue } from '../types'; export declare const propPathSwitcher: (propPathValueRecordInput: Record, propsPathValue: string) => string; export declare const propPathExtractor: (value: ElevatedPropValue) => string[] | undefined;