///
export declare const ServicePage: import("react").ForwardRefExoticComponent<{
title: import("react").ReactNode;
} & Omit & import("react").HTMLAttributes & {
as?: keyof JSX.IntrinsicElements | undefined;
forwardedAs?: keyof JSX.IntrinsicElements | undefined;
}, "title" | "ref"> & import("react").RefAttributes>;
//# sourceMappingURL=ServicePage.d.ts.map