export declare function useCigSelect(ctx: any, props: any, t: any, states: any): { customVal: import("vue").Ref<{ custom: string; }>; customRule: any; editOption: import("vue").Ref; delOption: import("vue").Ref; createdOption: { leftContent: string; rightContent: string; }; selectForm: import("vue").Ref; createOption: () => any; deleteOption: () => import("park-ui/es/components/message").MessageHandler | undefined; onSelectOptionDelete: (vm: any, byClick: boolean) => void; onConfirm: () => void; onCancel: () => void; };