/** * Internal dependencies */ import { AnimationType } from '../types'; export declare function getAnimationEffectFields(type?: AnimationType): { [k: string]: { label: string; type: import("../types").FieldType; unit: string; defaultValue: number; } | { label: string; type: import("../types").FieldType; unit: string; defaultValue: number; }; }; export declare function getAnimationEffectDefaults(type: AnimationType): { [k: string]: number; }; //# sourceMappingURL=getAnimationEffectFields.d.ts.map