/** * ``'s stepper pair, layered on the shared `input.styles.ts` sheet. * * The buttons sit side by side rather than stacked like the platform's spin buttons: each is an * independently-clickable target and so carries the library's `--lr-icon-button-size` hit-area * floor in both axes, which a stacked pair could only meet by doubling the control row's height. */ export declare const styles:import("lit").CSSResult;