import { ComponentTypes } from "../../@types/component.js";
import * as Atom from "atomico";
declare const _TrackX: () => Atom.Host<any>;
/** Scrollbar track X type. */
type TrackXElement = ComponentTypes<typeof _TrackX>;
export { type TrackXElement };
//# sourceMappingURL=x.d.ts.map