import { FASTElement } from "@microsoft/fast-element";
import { ReferenceList } from "../reference-list/index.js";
/**
* # ReferenceGroup
*
* A collapsable element that composes a Reference List of Fluent References. It adds keyboard navigation and also removes tab focusing from the child references.
*
* ```html
*
*
*
*
*
*
* ```
*/
export declare class ReferenceGroup extends FASTElement {
/**
* ## referenceList
* Encapsulated list of references.
*
* @type Array
*/
referenceList: Array;
/**
* # expanded
* Set to true to expand the group
*
* @type boolean
*/
expanded: boolean;
connectedCallback(): void;
}
//# sourceMappingURL=reference-group.d.ts.map