import { PropType, ExtractPropTypes } from 'vue'; export type SelectLabels = Record[]; export declare const selectLabelsDialogProps: { labels: { type: PropType Promise)>; default: () => never[]; }; title: { type: StringConstructor; default: string; }; label: { type: StringConstructor; default: string; }; placeholder: { type: StringConstructor; default: string; }; }; export type SelectLabelsDialogProps = ExtractPropTypes;