import { type PropDef, type PropData, type Value } from '@makeswift/prop-controllers'; export declare function usePropValue

(propDef: P, data: PropData

| undefined): Value

| undefined; //# sourceMappingURL=usePropValue.d.ts.map