import { Theme } from '@material-ui/core/styles';
declare const notificationStyle: (theme: Theme) => Record<"container" | "lightBoxShaddow" | "closeBtn", import("@material-ui/styles/withStyles").CreateCSSProperties<{}> | ((props: {}) => import("@material-ui/styles/withStyles").CreateCSSProperties<{}>)>;
export default notificationStyle;
