import React from 'react'; type Props = { clientId: number; voucherAnswers?: { email: string; voucherName: string; }; }; declare const SubotInlineVoucherLeftUI: ({ clientId, voucherAnswers }: Props) => React.JSX.Element; export default SubotInlineVoucherLeftUI;