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