export declare enum ScaleDirection { DynamicPropertyValue = "dynamicPropertyValue", ScaleIn = "scaleIn", ScaleOut = "scaleOut", ScaleOutTopRight = "scaleOutTopRight", ScaleOutBottomLeft = "scaleOutBottomLeft", ScaleInTopLeft = "scaleInTopLeft", ScaleInBottomRight = "scaleInBottomRight" } export declare enum Rotation { Clockwise = "clockwise", CounterClockwise = "counterClockwise", PingPong = "pingPong" } export declare enum Axis { X = "x", Y = "y" } export declare enum FieldType { Dropdown = "dropdown", Hidden = "hidden", RotationPicker = "rotation_picker", DirectionPicker = "direction_picker", Number = "number", Float = "float", Text = "text", Checkbox = "checkbox", Range = "range" } export interface AMPEffectTiming extends Omit { iterations?: number | 'infinity'; duration?: number; } //# sourceMappingURL=effects.d.ts.map