import React from 'react'; export interface ServicePreviewProps { appContext?: any; functionKey?: string; } export declare function ServicePreview({ appContext, functionKey }: ServicePreviewProps): React.JSX.Element;