import { ThemeComponentOptionEnum, ThemePadding, ThemeBorderRadius } from '../../apps/canvas-builder/composables/useCanvasTheme'; import { ComponentNode } from '../../apps/canvas-builder/types/canvas'; import { BackgroundAttachment, BackgroundPositionX, BackgroundPositionY, BackgroundRepeat, BackgroundSize } from '../../types/background'; type __VLS_Props = { modelValue: { backgroundColor?: string; backgroundAttachment?: BackgroundAttachment; backgroundImage?: string; backgroundPositionX?: BackgroundPositionX; backgroundPositionY?: BackgroundPositionY; backgroundRepeat?: BackgroundRepeat; backgroundSize?: BackgroundSize; height?: string | null; padding?: ThemePadding; spacing?: number | null; borderRadius?: ThemeBorderRadius; }; componentNode?: ComponentNode; excludeStylables?: ThemeComponentOptionEnum[]; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: { backgroundColor?: string; backgroundAttachment?: BackgroundAttachment; backgroundImage?: string; backgroundPositionX?: BackgroundPositionX; backgroundPositionY?: BackgroundPositionY; backgroundRepeat?: BackgroundRepeat; backgroundSize?: BackgroundSize; height?: string | null; padding?: ThemePadding; spacing?: number | null; borderRadius?: ThemeBorderRadius; }) => any; "choose-content": () => any; "set-palette-index": (index: number | undefined) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((value: { backgroundColor?: string; backgroundAttachment?: BackgroundAttachment; backgroundImage?: string; backgroundPositionX?: BackgroundPositionX; backgroundPositionY?: BackgroundPositionY; backgroundRepeat?: BackgroundRepeat; backgroundSize?: BackgroundSize; height?: string | null; padding?: ThemePadding; spacing?: number | null; borderRadius?: ThemeBorderRadius; }) => any) | undefined; "onChoose-content"?: (() => any) | undefined; "onSet-palette-index"?: ((index: number | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;