export declare function defaultPropValue<T>(componentName: string, propertyName: string, propertyValue?: T): () => T;
