declare const _default: { base: { backgroundColor: string; position: string; overflow: string; '&.is-pulsate': { animation: string; }; '&.is-wave': { webkitMaskImage: string; '&:after': { content: string; background: string; position: string; webkitTransform: string; mozTransform: string; msTransform: string; transform: string; bottom: string; left: string; right: string; top: string; animation: string; }; }; }; text: { height: string; transform: string; borderRadius: string; backgroundColor: string; position: string; overflow: string; '&.is-pulsate': { animation: string; }; '&.is-wave': { webkitMaskImage: string; '&:after': { content: string; background: string; position: string; webkitTransform: string; mozTransform: string; msTransform: string; transform: string; bottom: string; left: string; right: string; top: string; animation: string; }; }; }; circular: { borderRadius: string; backgroundColor: string; position: string; overflow: string; '&.is-pulsate': { animation: string; }; '&.is-wave': { webkitMaskImage: string; '&:after': { content: string; background: string; position: string; webkitTransform: string; mozTransform: string; msTransform: string; transform: string; bottom: string; left: string; right: string; top: string; animation: string; }; }; }; rounded: { borderRadius: string; backgroundColor: string; position: string; overflow: string; '&.is-pulsate': { animation: string; }; '&.is-wave': { webkitMaskImage: string; '&:after': { content: string; background: string; position: string; webkitTransform: string; mozTransform: string; msTransform: string; transform: string; bottom: string; left: string; right: string; top: string; animation: string; }; }; }; }; export default _default;