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