/**
 * @file index.ts
 * @input Imports Center component
 * @output Exports Center and types for @astryxdesign/core/Center
 * @position Entry point for Center component
 *
 * SYNC: When modified, update /packages/core/src/Center/Center.doc.mjs
 */
export { Center } from './Center';
export type { CenterProps, CenterAxis } from './Center';
//# sourceMappingURL=index.d.ts.map