import { BaseButtonLabelProps } from '../../BaseButton/components/BaseButtonLabel/BaseButtonLabel.js'; import { ButtonSize } from '../types.js'; import 'react'; import '../../Text/Text.js'; import 'react-native'; import '../../Text/types.js'; type ButtonLabelSizes = Record; declare const getButtonLabelSize: () => { readonly xs: 2; readonly sm: 2; readonly md: 3; readonly lg: 4; readonly xl: 4; }; export { type ButtonLabelSizes, getButtonLabelSize };