import * as React from 'react'; declare const Away: ({ href, children }: { href: string; children: React.ReactChild; }) => JSX.Element; export default Away; //# sourceMappingURL=Away.d.ts.map