import { SetMediaProps } from "../../types.js"; declare function set(props: SetMediaProps): any; declare const media: { set: typeof set; }; export default media;