/**
 * @file index.ts
 * @input Imports from Stat component
 * @output Exports Stat component and related types
 * @position Entry point for Stat; re-exported by /packages/lab/src/index.ts
 */
export { Stat } from './Stat';
export type { StatProps, StatDelta, StatDeltaDirection, StatDeltaSentiment, StatSize, } from './Stat';
//# sourceMappingURL=index.d.ts.map