import React from 'react';
export declare const Service: ({ text, href, logo, muteLogo }: Props) => JSX.Element;
interface Props {
    text: string;
    href: string;
    logo: React.ReactNode;
    muteLogo?: boolean;
}
export {};
//# sourceMappingURL=Service.d.ts.map