import { HTMLAttributes } from 'react'; import { SvgImageBlockData } from '../blocks.generated'; import { PropsWithData } from './PropsWithData'; interface SvgImageBlockProps extends PropsWithData { width?: string | number | "auto"; height?: string | number | "auto"; } export declare const SvgImageBlock: ({ ...componentProps }: import('..').WithPreviewProps & SvgImageBlockProps & Omit, "width" | "height">) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SvgImageBlock.d.ts.map