import { SpinnerGridProps } from '../../types'; /** * SpinnerGrid - Grid of fading squares * * A spinner with a grid of squares that fade in and out in a pattern. * * @example * ```tsx * * * ``` */ export declare const SpinnerGrid: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=SpinnerGrid.d.ts.map