import type { IBoxProps } from '../../primitives/Box'; export type ICodeProps = IBoxProps & { colorScheme?: string | undefined; };