import Normal from './normal'; import Small from './small'; import Large from './large'; export const normal = new Normal(); export const small = new Small(); export const large = new Large();