import { StartEndOptions, ValuesOf } from '@microsoft/fast-foundation'; import type { Reference } from './reference.js'; export declare const ReferenceAttributeNames: { readonly citationHref: "citation-href"; readonly citationIndex: "citation-index"; readonly metadataText: "metadata-text"; }; export type ReferenceAttributeNames = ValuesOf; export type ReferenceOptions = StartEndOptions & {}; export interface ReferenceDismissEvent { target: Reference; } //# sourceMappingURL=reference.options.d.ts.map