import { LinkProps } from '@/common-types'; interface CategoryListProps { title?: string; links: LinkProps[]; } export declare function Categories({ title, links }: CategoryListProps): import("react/jsx-runtime").JSX.Element; export {};