import Code from "./code"; export default Code; export type { CodeProps } from "./code"; export { StyledCode, StyledCodeNativeElement, StyledPreNativeElement, type StyledCodeVariants, type StyledCodeNativeElementVariants, type StyledPreNativeElementVariants, } from "./style"; export { default as Code } from "./code";