import { StyledInjector } from "./types"; declare function styled(css: string): StyledInjector; export * from "./types"; export default styled;