export * from '@faststore/components'; export { default as Incentive } from './components/atoms/Incentive'; export type { IncentiveProps } from './components/atoms/Incentive'; export { Tile, Tiles } from './components/organisms/Tiles'; export type { TileProps, TilesProps } from './components/organisms/Tiles'; //# sourceMappingURL=index.d.ts.map