import { type Ref } from 'react';
import type { AProps } from "../types";
declare const A: import("react").NamedExoticComponent<AProps & {
    ref?: Ref<HTMLAnchorElement> | undefined;
}>;
export default A;
