import { SugarElement } from '../node/SugarElement'; declare const addStylesheet: (url: string, scope?: SugarElement) => SugarElement; declare const getPreventClicksOnLinksScript: () => string; export { addStylesheet, getPreventClicksOnLinksScript }; //# sourceMappingURL=Link.d.ts.map