declare const _default: () => { type: string; 'x-component': string; 'x-component-props': { ghost: boolean; destroyInactivePanel: boolean; defaultActiveKey: never[]; }; properties: { animateStyle: { type: string; 'x-component': string; 'x-component-props': { header: string; }; properties: { animateEnable: { type: string; title: string; default: boolean; 'x-decorator': string; 'x-component': string; }; animateSpeed: { type: string; title: string; default: number; 'x-decorator': string; 'x-component': string; 'x-component-props': { min: number; max: number; step: number; }; 'x-reactions': { dependencies: string[]; fulfill: { state: { visible: string; }; }; }[]; }; animateRings: { type: string; title: string; default: number; 'x-decorator': string; 'x-component': string; 'x-component-props': { min: number; max: number; step: number; }; 'x-decorator-props': { tooltip: string; }; 'x-reactions': { dependencies: string[]; fulfill: { state: { visible: string; }; }; }[]; }; }; }; }; }; export default _default;