export { I as Image, a as ImageProps } from './image-pHISd-LR.js';
import * as react from 'react';
import { UnpicSourceProps } from '@unpic/core';

type SourceProps = UnpicSourceProps;
declare const Source: react.ForwardRefExoticComponent<UnpicSourceProps & react.RefAttributes<HTMLSourceElement>>;

export { Source, type SourceProps };
