import { StyledProps } from 'styled-components'; import { AlertProps } from '../types'; declare const _default: (props: StyledProps) => import("@styled-system/css").CssFunctionReturnType; export default _default;