import { HD_COMPONENTS, RULESET_MAP } from './constants';
export type ComponentName = typeof HD_COMPONENTS[number];
export type CompoundComponentName = keyof typeof RULESET_MAP;
