import type { SimpleProp } from './helpers/factory';
export type HrefProp = SimpleProp<'href', string>;
export declare const hrefProp: import("./helpers/factory").PropDefinition<string, HrefProp>;
