import { Refkey } from "@alloy-js/core"; export interface ReferenceProps { refkey: Refkey; } export declare function Reference(props: ReferenceProps): import("@alloy-js/core").Children; //# sourceMappingURL=Reference.d.ts.map