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