import { BackgroundFillSolid } from '../types'; export declare class BackgroundFillSolidBase implements BackgroundFillSolid { type: string; color: number; }