import type { Device } from '../../../../DynamicLayout/sections/CustomSection/util/types'; import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '../../../../DynamicLayout/types'; type SpecKeys = keyof Omit; type ValueSetType = Partial>; export default function UseCustomSectionBackgroundMediaData(specs: CB_STYLE_PROP_BGMEDIA_SPECS, device: Device): ValueSetType; export {};