const DEFAULTS = {
  SIZE: 'small',
} as const;

export { DEFAULTS };
