import { ILink } from '../../interfaces/link.interface';
import './styles.css';
interface LinksSectionProps {
    links: ILink[];
}
export declare const LinksSection: ({ links }: LinksSectionProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=LinksSection.d.ts.map