import { ExtractPropTypes, PropType } from 'vue'; export declare const previewAnnotationsProps: { annotations: { type: PropType<{ [key: string]: string; }>; default: () => {}; }; }; export type PreviewAnnotationsProps = ExtractPropTypes;