import type ButtonSettingsProps from "../../types/ButtonSettingsProps"; declare const getButtonSize: ({ size, icon, iconLeft, iconRight, iconOnly, fullWidth, }: ButtonSettingsProps) => string; export default getButtonSize; //# sourceMappingURL=getButtonSize.d.ts.map