import { StylePropsType } from '../../type';
export declare const muiColor: (colorTokenName: string) => ({ theme, }: StylePropsType) => string | null;
