import { MantineTheme } from '../../theme';
interface CodeStyles {
    theme: MantineTheme;
    color: string;
}
declare const _default: (args?: CodeStyles, classNames?: Partial<Record<"block" | "root", string>>, name?: string) => Record<"block" | "root", string>;
export default _default;
//# sourceMappingURL=Code.styles.d.ts.map