import { type BackgroundProps } from './types'; declare const Background: import("svelte").Component; type Background = ReturnType; export default Background;