type ariaLinkReturnValue = {
    aria?: Partial<React.AriaAttributes>;
};
export declare const ariaLink: (ariaDisabled?: React.AriaAttributes, ariaLabel?: string, ariaDescribedby?: string) => ariaLinkReturnValue;
export {};
