import React from 'react'; import type { HTMLAttributes } from 'react'; import type { RootProps } from '../../engines'; /** * Компонент для отображения картинок. */ export declare const imageRoot: (Root: RootProps>) => React.ForwardRefExoticComponent & { base?: "div" | "img"; ratio?: import("./Image.types").Ratio; customRatio?: string; } & React.RefAttributes>; export declare const imageConfig: { name: string; tag: string; layout: (Root: RootProps>) => React.ForwardRefExoticComponent & { base?: "div" | "img"; ratio?: import("./Image.types").Ratio; customRatio?: string; } & React.RefAttributes>; base: import("styled-components").FlattenSimpleInterpolation; variations: {}; defaults: {}; }; //# sourceMappingURL=Image.d.ts.map