import { ListOption } from '../../types'; declare const _default: (__VLS_props: NonNullable>["props"], __VLS_ctx?: __VLS_PrettifyLocal>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable>["expose"], __VLS_setup?: Promise<{ props: __VLS_PrettifyLocal & Omit<{ readonly onClick?: ((...args: any[]) => any) | undefined; readonly "onUpdate:modelValue"?: ((value: M) => any) | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onClick" | "onUpdate:modelValue"> & ({ modelValue: M; } & { /** * List of available options for the dropdown menu */ options?: Readonly[]>; /** * If `true`, the dropdown component is disabled and cannot be interacted with. */ disabled?: boolean; /** * If `true,` the button is disabled, cannot be interacted with, and shows a special 'loading' icon. */ loading?: boolean; }) & Partial<{}>> & import('vue').PublicProps; expose(exposed: import('vue').ShallowUnwrapRef<{ data: { open: boolean; optionsHeight: number; activeIndex: number; }; }>): void; attrs: any; slots: {}; emit: ((event: "click", ...args: any[]) => void) & ((evt: "update:modelValue", value: M) => void); }>) => import('vue').VNode & { __ctx?: Awaited; }; export default _default; type __VLS_PrettifyLocal = { [K in keyof T]: T[K]; } & {}; //# sourceMappingURL=PlBtnSplit.vue.d.ts.map