export type RgbColor = Partial>; export type Keyframe = Partial>; export type Gradient = Partial>; export type Pattern = Partial>; export type AudioClip = Partial>; export type PreviewSettings = Partial>; export type Color = Partial>; export type AnimationData = Partial>; export type Animation = Partial>; export type ConditionData = Partial>; export type Condition = Partial>; export type ActionData = Partial>; export type Action = Partial>; export type Rule = Partial>; export type Profile = Partial>; export type DataSet = Partial>; export declare const AnimationTypeValues: { readonly none: number; readonly simple: number; readonly rainbow: number; readonly keyframed: number; readonly gradientPattern: number; readonly gradient: number; }; export declare const ConditionTypeValues: { readonly none: number; readonly helloGoodbye: number; readonly handling: number; readonly rolling: number; readonly faceCompare: number; readonly crooked: number; readonly connectionState: number; readonly batteryState: number; readonly idle: number; }; export declare const ActionTypeValues: { readonly none: number; readonly playAnimation: number; readonly playAudioClip: number; }; //# sourceMappingURL=jsonTypes.d.ts.map