import { ExtractPropTypes, PropType } from 'vue'; import { default as Caption } from './caption.vue'; export declare const captionProps: { modelValue: StringConstructor; type: import('element-plus/es/utils/index.mjs').EpPropFinalized; title: { readonly type: PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; width: import('element-plus/es/utils/index.mjs').EpPropFinalized; height: import('element-plus/es/utils/index.mjs').EpPropFinalized; }; export type CaptionProps = ExtractPropTypes; export type CaptionInstance = InstanceType;