export declare const PartialRight: (...partials: any[]) => PropertyDecorator; export { PartialRight as partialRight }; export default PartialRight;