export declare function getCSSFromStyleObject(props: any, theme: any, colorMode: any, { fromProps, disableCSSProps }?: { fromProps?: boolean; disableCSSProps?: any[]; }): any;