/// //#region src/components/booking/info/addServiceVariant/index.d.ts interface AddServiceVariantProps { globalState: any; setGlobalState: any; } declare const AddServiceVariant: (props: AddServiceVariantProps) => JSX.Element; //#endregion export { AddServiceVariant };