import { ThemedStyledProps } from 'styled-components'; import { Theme } from '../../themes/default'; import { Type } from '../Notification'; interface StyleProps { type: Type; } declare const _default: ({ theme, type }: ThemedStyledProps) => import("styled-components").FlattenSimpleInterpolation; export default _default;