export declare const CoerceBoolean: PropertyDecorator; export declare const CoerceArray: PropertyDecorator; export declare const CoercePixel: PropertyDecorator; export declare const CoerceElement: (target: Object, propertyKey: string | symbol) => void; export declare const CoerceNumber: PropertyDecorator;