import { SkCubeGridComponent } from './components/sk-cube-grid/sk-cube-grid.component';
export declare const Spinkit: {
    skChasingDots: string;
    skCubeGrid: string;
    skDoubleBounce: string;
    skRotatingPlane: string;
    skSpinnerPulse: string;
    skThreeBounce: string;
    skWanderingCubes: string;
    skWave: string;
};
export declare const SPINKIT_COMPONENTS: (typeof SkCubeGridComponent)[];
