// Shared utilities and hooks
export { cn } from './utils';
export { useOutsideClick } from './hooks';

// Types
export type { BaseComponentProps, VariantProps, ComponentMetadata, ComponentSelectionCriteria, ComponentSelectionResult } from './types';
