import { Palette } from "@mui/material/styles/createPalette";
declare const colors: Palette;
export declare const ReadingColorVariants: readonly ["primary", "secondary", "supporting", "inversePrimary", "inverseSecondary", "inverseSupporting", "positive", "negative", "brand", "transparent", "currentColor"];
export declare type ReadingColorVariant = typeof ReadingColorVariants[number];
export default colors;
