/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { Align } from '@progress/kendo-vue-popup'; import { PropType } from 'vue'; /** * @hidden */ declare const Picker: import('vue').DefineComponent; dir: PropType; open: PropType; popupAnchor: PropType; id: PropType; onOpen: PropType<() => void>; }>, {}, {}, { horizontalAlign(): 'right' | 'left'; anchorAlign(): Align; popupAlign(): Align; }, { handleOpen(): void; handleClose(): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; dir: PropType; open: PropType; popupAnchor: PropType; id: PropType; onOpen: PropType<() => void>; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { Picker };