import { Scale, Width, Height } from '../components/interfaces';
export declare function getDimensionClass(type: "width" | "height", size: Width | Height, scale: Scale): `${typeof type}-${Scale | Width | Height}`;
