import { BackgroundTypeFill } from '../types'; import { BackgroundFill } from '../types'; export declare class BackgroundTypeFillBase implements BackgroundTypeFill { type: string; fill: BackgroundFill; dark_theme_dimming: number; }