//#region src/base-ui/controlSize.d.ts
declare const controlHeight: {
  readonly large: 40;
  readonly middle: 32;
  readonly small: 24;
};
type ControlSize = keyof typeof controlHeight;
//#endregion
export { ControlSize, controlHeight };
//# sourceMappingURL=controlSize.d.mts.map