import { Theme, Components } from '../types'; export declare const PAPER_BACKGROUND_IMAGE = "linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12))"; /** * The purpose of this empty configuration object is to make sure that all components that uses the PAPER_BACKGROUND_IMAGE const, * Should also be adjusted if the paper background image is changed. */ export declare const MuiPaper: Components['MuiPaper'];