export { FacetSection } from './FacetSection';
export type { FacetSectionProps } from './FacetSection';

export { CategoryFacet } from './CategoryFacet';
export type { CategoryOption, CategoryFacetProps } from './CategoryFacet';

export { TagFacet } from './TagFacet';
export type { TagOption, TagFacetProps } from './TagFacet';

export { DealTypeFacet } from './DealTypeFacet';
export type { DealTypeFacetProps } from './DealTypeFacet';
export type { DealType } from '@/lib/deal-types';

export { DiscountTierFacet } from './DiscountTierFacet';
export type { DiscountTier, DiscountTierFacetProps } from './DiscountTierFacet';

export { PriceRangeFacet } from './PriceRangeFacet';
export type { PriceRangeFacetProps } from './PriceRangeFacet';
