import { CreateStyled } from "@emotion/styled"; import { keyframes, css } from "@emotion/react"; declare const styled: CreateStyled; export { keyframes, css }; export default styled;