import spec from './v8.json';

// eslint-disable-next-line @typescript-eslint/no-explicit-any
export type StyleReference = Record<any, any>;

export default spec as StyleReference;
