import { BackgroundSettings } from '../types/lib';
interface BackgroundProps {
    background?: BackgroundSettings;
    bgGradientId: string;
    numCells: number;
}
export declare const Background: ({ background, bgGradientId, numCells }: BackgroundProps) => import("react").JSX.Element | null;
export {};
//# sourceMappingURL=background.d.ts.map