type Mutable = { -readonly [K in keyof T]: T[K]; }; /** Create an object that persist for the lifetime of the component. */ export declare function useProps(): Partial>; export {};