import { SetRequired } from 'type-fest'; import { InteractiveElementProps } from '../internals/InteractiveElement.className'; export type AProps = SetRequired, "href"> & InteractiveElementProps; /** * This component wraps an [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a) HTML element. * This component is always rendered as an accessible `` HTML element. It has the same props from the `Button` component, so it can renders as a button (UI only). */ export declare const A: React.FC;