import { StylePropsType } from '../../type';
export declare const muiToken: (tokenName: string) => ({ theme }: StylePropsType) => any;
