export { type ScaleFuncType, scaleFunc } from './Scale';
export { ShortHandProperties } from './ScaleTypes';
export type {
  ScaleViewStyle,
  ScaleTextStyle,
  ScaleImageStyle,
  ShortHandStyle,
} from './ScaleTypes';
