import { ThemeMappingType } from './schema'; export interface CustomSchemaType { components: ThemeMappingType; }