import * as i0 from "@angular/core";
export declare class CfCrossComponent {
    size: number;
    animation: boolean;
    toggle: boolean;
    setInervalId: any;
    constructor();
    ngOnInit(): void;
    startAnimations(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<CfCrossComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CfCrossComponent, "cf-cross", never, { "size": { "alias": "size"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; }, {}, never, never, false, never>;
}
