import type { NoChildrenProp, WithAttributes, TestIdProp } from '../../types'; export type AlertProps = WithAttributes<'div', NoChildrenProp & TestIdProp & { /** Determines the color to render the Badge as. This color is derived from the Theme. */ variant: 'urgent' | 'success'; }>; export declare const StyledAlert: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, AlertProps>> & string; declare const _default: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { getTestIds: (testIdProp?: TestIdProp["testId"]) => import("../../types").TestIdsRecord; }; export default _default; //# sourceMappingURL=Alert.d.ts.map