import type { StyleProp } from '../../Box';
export declare function getBaseValue<Value = any>(value: StyleProp<Value>): Value | undefined;
