/// import SeverityType from '../../types/SeverityType'; import { box, flex } from '../../utility/box'; export type Props = typeof flex.props & typeof box.props & { severity: SeverityType | 'default'; }; declare const StyledNotification: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, Props>>; export default StyledNotification;