export declare const activityIndicatorMeta: { readonly name: "ActivityIndicator"; readonly category: "component"; readonly directManifestNode: true; readonly allowedChildren: readonly []; readonly blueprint: { readonly label: "Activity indicator"; readonly defaultProps: { readonly size: "small"; }; }; readonly props: { readonly size: { readonly type: "enum"; readonly category: "Style"; readonly label: "Size"; readonly enum: readonly ["small", "large"]; }; readonly color: { readonly type: "color"; readonly category: "Style"; readonly label: "Color"; }; readonly animating: { readonly type: "boolean"; readonly category: "State"; readonly label: "Animating"; readonly default: true; }; }; }; //# sourceMappingURL=activityIndicatorMeta.d.ts.map