import type { ExtractPropTypes } from 'vue-demi'; import type Seckbd from './seckbd.vue'; export declare const seckbdProps: { options: import("xzx-design/es/utils").EpPropFinalized {}, boolean>; }; export declare const seckbdEmits: { click: (e: string, item: any, ot: any) => string; 'handle-click': (item: any, ot: any) => any; error: (error: any) => any; }; export type SeckbdProps = ExtractPropTypes; export type SeckbdEmits = typeof seckbdEmits; export type SeckbdInstance = InstanceType;