/** @jsxImportSource @emotion/react */ import { HTMLAttributes, ImgHTMLAttributes } from 'react'; export type PictureAttributes = ImgHTMLAttributes & { picture?: HTMLAttributes; }; declare const _default: import("react").ForwardRefExoticComponent & { picture?: HTMLAttributes; } & import("react").RefAttributes>; export default _default;