import { SectorProps } from '.'; export declare enum BackgroundType { Image = "image", Gradient = "gradient", Color = "color" } export declare const PROPERTY_IMAGE = "background-image"; export declare const PROPERTY_BG_TYPE = "__background-type"; export declare const PROPERTY_BG_IMAGE = "background-image"; export declare const PROPERTY_BG_SIZE_OPTIONS = "background-size-options"; export declare const backgroundSizeOptionIds: string[]; export default function SectorBackground({ sector, styleManagerDataConfig }: SectorProps): import("react/jsx-runtime").JSX.Element;