import { TsxAllowUnknowProperties } from "../../..";
import { BackgroundSettings } from "../../../../models";
export interface IImageBackgroundSettingsComponent {
    backgroundSettings: BackgroundSettings;
}
declare global {
    namespace VueTsxSupport.JSX {
        interface Element {
        }
        interface ElementClass {
        }
        interface ElementAttributesProperty {
        }
        interface IntrinsicElements {
            "omfx-layout-image-background-settings": TsxAllowUnknowProperties<IImageBackgroundSettingsComponent>;
        }
    }
}
