import { Grid } from '../types'; export declare const globalBg: (color?: string | undefined) => { backgroundColor: string; }; export declare const globalAnimation: () => { animationFillMode: string; }; export declare const balls: (color?: string | undefined) => { backgroundColor: string; borderRadius: string; height: string; margin: string; width: string; }; export declare const lines: (color?: string | undefined) => { backgroundColor: string; borderRadius: string; height: string; margin: string; width: string; }; export declare function ballGrid(): Grid;