import { FC } from "react"; interface VegasDefaultBackgroundProps { backgroundUrl: string; } /** * 默认背景组件 * @param backgroundUrl * @constructor */ export declare const VegasDefaultBackground: FC; export {};