import React from 'react';
import { ServiceLandingPageExampleProps } from './ServiceLandingPageExample.types';
export declare const ServiceLandingPageExample: React.FunctionComponent<ServiceLandingPageExampleProps>;
