import { DME, DMEData } from '../../../..'; declare const BackgroundImage: (props: { value?: DMEData.BackgroundImageType; property: string; } & DME.SettingComponentProps) => import("react/jsx-runtime").JSX.Element; export default BackgroundImage;