import { type TagType, type TypesElement } from '../store/Types';
export declare const Url: {
    <K extends TagType = "a">(props: TypesElement<K>): null;
    displayName: string;
};
