import React, { ComponentProps } from 'react'; export declare const Anchor: ({ children, href }: ComponentProps<'a'>) => React.JSX.Element; //# sourceMappingURL=Anchor.d.ts.map