import type { DropdownPlacement } from './types'; import type { ButtonVariant } from '../../components/FwbButton/types'; export interface DropdownProps { alignToEnd?: boolean; class?: string; closeInside?: boolean; color?: ButtonVariant; contentWrapperClass?: string; disabled?: boolean; placement?: DropdownPlacement; text?: string; transition?: string; triggerClass?: string; triggerWrapperClass?: string; } declare var __VLS_9: {}, __VLS_32: {}; type __VLS_Slots = {} & { trigger?: (props: typeof __VLS_9) => any; } & { default?: (props: typeof __VLS_32) => any; }; declare const __VLS_base: import("vue").DefineComponent any; hide: () => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onShow?: (() => any) | undefined; onHide?: (() => any) | undefined; }>, { text: string; class: string; color: ButtonVariant; disabled: boolean; alignToEnd: boolean; closeInside: boolean; contentWrapperClass: string; placement: DropdownPlacement; transition: string; triggerClass: string; triggerWrapperClass: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };