import React from 'react'; import { TextProps } from '../Text/Text'; export interface AnchorProps extends Omit { variant?: string; children?: React.ReactNode; } export declare const _Anchor: React.ForwardRefExoticComponent>; export declare const Anchor: ((props: import("@asuikit/utils").PolymorphicComponentProps) => React.ReactElement>) & Omit, "component" | keyof AnchorProps> & { ref?: any; }) | (AnchorProps & { component: React.ElementType; })>, never> & Record; //# sourceMappingURL=Anchor.d.ts.map