import { SDG } from './Wheel.types';
export declare const CONFIG: {
    id: SDG;
    label: string;
    icon: string;
}[];
