import * as React from 'react'; import type { UsercentricsProviderProps } from '../../contexts/UsercentricsContext/types'; export declare type AllServicesListByCategoryProps = UsercentricsProviderProps; export declare const AllServicesListByCategory: React.ComponentType;