import { JSX } from 'solid-js'; import { type BackgroundProps } from './types'; declare function BackgroundComponent(_p: BackgroundProps): JSX.Element; declare namespace BackgroundComponent { var displayName: string; } export declare const Background: typeof BackgroundComponent; export {}; //# sourceMappingURL=Background.d.ts.map