import React from 'react'; export declare const NotificationsScreen: () => React.JSX.Element; declare const defaultStyles: (theme: import("../components/BrandConfigProvider").Theme) => readonly ["NotificationsScreen", import("../components/BrandConfigProvider/styles/createStyles").NamedStyles>]; declare module './../components/BrandConfigProvider/styles/types' { interface ComponentStyles extends ComponentNamedStyles { } } export type NotificationsScreenStyle = NamedStylesProp; export {};