import { PropType } from 'vue'; import { Icon } from '@wikimedia/codex-icons'; import { Thumbnail } from '../../types'; /** * A small preview of an image. * * The placeholder icon will display until thumbnail image loads, or if a thumbnail image is not * provided. */ declare const _default: import("vue").DefineComponent; default: null; }; /** * Thumbnail placeholder icon. */ placeholderIcon: { type: PropType; default: string; }; }>, { thumbnailStyle: import("vue").Ref<{}, {}>; thumbnailLoaded: import("vue").Ref; NoInvertClass: "cdx-no-invert"; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: null; }; /** * Thumbnail placeholder icon. */ placeholderIcon: { type: PropType; default: string; }; }>> & Readonly<{}>, { thumbnail: Thumbnail | null; placeholderIcon: Icon; }, {}, { CdxIcon: import("vue").DefineComponent; required: true; }; iconLabel: { type: StringConstructor; default: string; }; lang: { type: PropType; default: null; }; dir: { type: PropType; default: null; }; size: { type: PropType; default: string; validator: import("../../types").StringTypeValidator<"medium" | "small" | "x-small">; }; }>, { rootElement: import("vue").Ref; rootClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'cdx-icon--flipped': boolean; }>; iconSvg: import("vue").ComputedRef; iconPath: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; required: true; }; iconLabel: { type: StringConstructor; default: string; }; lang: { type: PropType; default: null; }; dir: { type: PropType; default: null; }; size: { type: PropType; default: string; validator: import("../../types").StringTypeValidator<"medium" | "small" | "x-small">; }; }>> & Readonly<{}>, { lang: string | null; iconLabel: string; dir: import("../../types").HTMLDirection | null; size: "medium" | "small" | "x-small"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;