import { IPropertyValueDescriptor } from '../IPropertyDescriptor';
export type Rotate = number | null;
export declare const rotate: IPropertyValueDescriptor<Rotate>;
