/** Specifies the possible positions of an expansion toggle. */ export type ExpansionTogglePosition = "before" | "after"; //# sourceMappingURL=ExpansionTogglePosition.d.ts.map