export declare const SERVICES: {
    label: string;
    value: string;
    url: string;
    product: string;
}[];
