import type React from 'react'; export type DefaultizedProps
= P & DP; export declare function createPropsGetter(defaultProps: DP): >(this: T) => DefaultizedProps;
>(this: T) => DefaultizedProps;