import { ZoidComponent } from 'zoid/dist/zoid.frameworks'; /** * # Customer Component * * TODO add description * * ## Code * * ```ts * const customer = new Customer({ * context: { [key: string]: unknown } * onOpenModal: (type: EVENT_HOOK_TYPE, data: unknown) => void * onEventHook: (type: EVENT_HOOK_TYPE, data: unknown) => void * hideInvoiceList: boolean * }); * ``` */ export declare const Customer: ZoidComponent;