export interface Config {
    colors: string[];
    exclude?: string[];
}
