import * as imageKit from '@wix/image-kit'; import type { ImageMedia } from '../types'; export declare const CONTENT_OPTIONS: Record; export declare const argTypes: { name: { description: string; control: string; defaultValue: string; table: { type: { summary: string; }; }; options: string[]; }; uri: { description: string; control: string; table: { type: { summary: string; }; }; }; height: { description: string; table: { type: { summary: string; }; }; control: boolean; }; width: { description: string; table: { type: { summary: string; }; }; control: boolean; }; isInFirstFold: { control: string; defaultValue: boolean; description: string; table: { type: { summary: string; }; }; }; displayMode: { control: string; options: string[]; description: string; defaultValue: string; table: { type: { summary: string; }; }; }; devicePixelRatio: { control: string; description: string; table: { type: { summary: string; }; }; }; alignType: { control: string; options: imageKit.AlignType[]; description: string; table: { type: { summary: string; }; }; }; targetWidth: { control: string; description: string; table: { type: { summary: string; }; }; }; targetHeight: { control: string; description: string; table: { type: { summary: string; }; }; }; targetScale: { control: string; description: string; table: { type: { summary: string; }; }; }; containerWidth: { control: string; defaultValue: number; description: string; table: { type: { summary: string; }; }; }; containerHeight: { control: string; defaultValue: number; description: string; table: { type: { summary: string; }; }; }; shouldUseLQIP: { control: string; defaultValue: boolean; description: string; table: { type: { summary: string; }; }; }; placeHolderTransition: { control: string; options: string[]; defaultValue: string; description: string; table: { type: { summary: string; }; }; }; isSEOBot: { control: string; defaultValue: boolean; description: string; table: { type: { summary: string; }; }; }; crop: { control: string; defaultValue: { x: null; y: null; width: null; height: null; svgId: null; flip: null; rotate: null; }; description: string; table: { type: { summary: string; }; }; }; focalPoint: { control: string; defaultValue: { x: null; y: null; }; description: string; table: { type: { summary: string; }; }; }; }; export declare const argTypesNG: { id: { description: string; control: string; defaultValue: string; table: { type: { summary: string; }; }; }; alt: { description: string; control: string; defaultValue: string; table: { type: { summary: string; }; }; }; priority: { description: string; control: string; options: string[]; defaultValue: string; table: { type: { summary: string; }; }; }; decorative: { description: string; control: string; defaultValue: boolean; table: { type: { summary: string; }; }; }; role: { description: string; control: string; options: string[]; defaultValue: string; table: { type: { summary: string; }; }; }; image: { control: string; options: string[]; description: string; defaultValue: string | undefined; table: { type: { summary: string; }; }; }; breakpoints: { description: string; control: string; defaultValue: never[]; table: { type: { summary: string; }; }; }; resolutions: { description: string; control: string; defaultValue: number[]; table: { type: { summary: string; }; }; }; quality: { description: string; control: string; defaultValue: number; min: number; max: number; table: { type: { summary: string; }; }; }; crop: { description: string; control: string; defaultValue: { x: number; y: number; width: number; height: number; }[]; table: { type: { summary: string; }; }; }; focalPoint: { description: string; control: string; defaultValue: { x: number; y: number; }[]; table: { type: { summary: string; }; }; }; objectFit: { description: string; control: string; defaultValue: string[]; table: { type: { summary: string; }; }; }; }; //# sourceMappingURL=args.d.ts.map