import React from 'react'; import { Destination } from '@wix/dashboard'; export declare const PageLink: ({ destination, onClick, children, ...otherHtmlProps }: { destination: Destination; onClick?: React.AnchorHTMLAttributes["onClick"]; } & React.HTMLAttributes) => JSX.Element; //# sourceMappingURL=PageLink.d.ts.map