import { SpaceProps } from 'styled-system'; export interface AlertStyledProps extends SpaceProps { severity: 'success' | 'warning' | 'danger' | 'info' | 'primary' | 'secondary'; } export declare const AlertStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, AlertStyledProps>> & string;