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