"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SIZE_SMALL = exports.SIZE_MEDIUM = exports.SIZE_LARGE = void 0;
const SIZE_SMALL = exports.SIZE_SMALL = 'small';
const SIZE_MEDIUM = exports.SIZE_MEDIUM = 'medium';
const SIZE_LARGE = exports.SIZE_LARGE = 'large';