import React from 'react'; import { Appearance } from '../../types'; interface LabelProps extends React.AnchorHTMLAttributes { children: React.ReactNode; appearance?: Appearance; } declare const Anchor: React.FC; export { Anchor }; //# sourceMappingURL=Anchor.d.ts.map