import React from 'react'; interface AddServiceVariantProps { globalState: any; setGlobalState: any; } declare const AddServiceVariant: (props: AddServiceVariantProps) => React.JSX.Element; export default AddServiceVariant;