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