import { ParsedImage } from './types';
type Props = {
    imageList: ParsedImage[];
    shouldBreakWord?: boolean;
    width?: string;
    height?: string;
};
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
    width: string;
    imageList: ParsedImage[];
    shouldBreakWord: boolean;
    height: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;
