import { OnInit } from '@angular/core'; import { LinkCakeMetadata } from './types'; import * as i0 from "@angular/core"; export declare class LinksCakeComponent implements OnInit { /** * Links cake configuration object. * @type {LinkCakeMetadata} * @property title - The title for the links section (optional). * @property links - Array of link configurations. * @property size - The size of the title and links. */ props: LinkCakeMetadata; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }