import { Link } from '@perses-dev/core'; import { ReactElement } from 'react'; export declare function PanelLinks({ links }: { links: Link[]; }): ReactElement; //# sourceMappingURL=PanelLinks.d.ts.map