import { ComponentPropsWithoutRef } from 'react'; export const Source = (props: ComponentPropsWithoutRef<'source'>) => { const { srcSet, ...rest } = props; return ( ); };