import type { ComponentPropsWithRef } from 'react';
/**
 * Anchor component
 * @example
 * <Anchor href="#">Link to #</Anchor>
 */
export declare const Anchor: import("@vtex/admin-ui-react").AdminUIJsxElement<"a", {}, {}>;
export declare type AnchorProps = ComponentPropsWithRef<typeof Anchor>;
